Add Member

View as MarkdownOpen in Claude
Add a user to the workspace. Requires owner or admin role.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

workspace_idstringRequiredformat: "uuid"

Request

This endpoint expects an object.
emailstringRequiredformat: "email"

E-mail do usuário no Keycloak

roleenumOptional
RBAC role to assign
Allowed values:

Response

Successful Response
added_bystring
created_atdatetime
idstringformat: "uuid"
roleenum
RBAC roles within a workspace.
Allowed values:
user_idstring
workspace_idstringformat: "uuid"

Errors

422
Unprocessable Entity Error