Skip to main content
GET
Get public keys for multiple users

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Query Parameters

ids
string[]
required

A list of User IDs, comma-separated. You can specify up to 100 IDs.

Required array length: 1 - 100 elements

Unique identifier of this User. This is returned as a string in order to avoid complications with languages and tools that cannot handle large integers.

Pattern: ^[0-9]{1,19}$
public_key.fields
enum<string>[]

A comma separated list of PublicKey fields to display. The fields available for a PublicKey object.

Minimum array length: 1
Available options:
identity_public_key_signature,
juicebox_config,
public_key,
public_key_version,
signing_public_key
Example:

Response

The request has succeeded.

data
object

A user's public key with associated key recovery configuration.

errors
object[]
Minimum array length: 1

An HTTP Problem Details object, as defined in IETF RFC 7807 (https://tools.ietf.org/html/rfc7807).