v1

latestOpenAPI 3.1.02026-07-223614164.6 KB
Users

Get a user

Returns a workspace user.

get/v1/users/{userId}

Path parameters

userIdstring required

The ID of the user to retrieve.

Response

The retrieved user in the workspace.

deprecationsstring[]

Example response

{
  "data": {
    "id": "usr_bc984b3f-0386-434d-82d7-a91eb6badd71",
    "fullName": "John Doe",
    "email": "john.doe@example.com"
  },
  "deprecations": [
    "This field is deprecated"
  ]
}