Workspace
Update a user's status
put/v1/workspaces/{workspaceId}/users/{userId}
Path parameters
workspaceIdstring required
Represents a workspace identifier across the system.
Example:64a687e29ae1f428e7ebe303
Represents a workspace identifier across the system.
userIdstring required
Represents a user identifier across the system.
Example:89b687e29ae1f428e7ebe912
Represents a user identifier across the system.
Request body
Example request
{
"status": "ACTIVE"
}Response
OK
WorkspaceDtoV1 required— unresolved $ref