Users and Jurisdictions

Endpoints for retrieving users within your organization and the list of supported jurisdictions.

Returns your workspace users.

get
/v1/users
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Responses
chevron-right
200

Success

application/json

Lightweight user representation.

idstring · uuidRequired

The user's unique identifier.

Example: 00a68114-e5e4-48bc-af16-bed68f2f1550
namestringRequiredExample: Jane Doe
emailstring · emailRequiredExample: [email protected]
get
/v1/users

Return the list of jurisdictions available for KYB processes.

get
/v1/jurisdictions
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Responses
chevron-right
200

Success

application/json
code_isostring · min: 2 · max: 2OptionalExample: CN
namestringOptionalExample: China
supports_autosearchbooleanOptionalExample: false
get
/v1/jurisdictions

Last updated