workspaces

Add Member To Current Workspace

Add an existing organization member to the current workspace.

post/api/v1/workspaces/current/members

Request body

user_idstring uuid nullable
org_identity_idstring uuid nullable
ls_user_idstring uuid nullable
read_onlyboolean nullable
role_idstring uuid nullable

Response

Successful Response

idstring uuid required
organization_idstring uuid required
tenant_idstring uuid nullable
created_atstring date-time required
user_idstring uuid required
ls_user_idstring uuid required
read_onlyboolean required
role_idstring uuid nullable
role_namestring nullable
access_scope'organization' | 'workspace'

Changes

No recorded changes to this endpoint across all 48 revisions of this API.