v1

latestOpenAPI 3.0.12026-08-064278250.7 KB
users

Retrieve a user

Retrieve a user by their unique identifier.

get/v1/users/{id}

Path parameters

idstring required

Headers

Workspacestring required

The workspace identifier, which isolates API requests inside the provided workspace scope.

Response

Success

idstring

The unique identifier of the user.

emailstring

The user’s email address.

namestring

The user’s full name.

protectedUserboolean

The protection status of the user.

Example response

{
  "id": "62ff9653efef4b3ae04ab25e",
  "email": "test@test.com",
  "name": "Harry Owen"
}