Only registered user can perform this action Authentication - string - required Example of Authentication header : "Bearer TOKEN_FETCHED_FROM_SERVER_DURING_REGISTRATION"
{ "workspace_role_id": 3 }
{ "id": 1, "name": "scrumLaunch", "available_users_count": 30, "can_add_new_users": true, "can_invite_users_count": 29, "workspace_roles": [ { "id": 1, "name": "super_admin", "users": [] }, { "id": 2, "name": "creative_admin", "users": [] }, { "id": 3, "name": "creator", "users": [ { "id": 2, "first_name": "Christian", "last_name": "Huff", "email": "kruchina.vadim@gmail.com", "avatar_image": "https://s3.amazonaws.com/gipper-static-assets/stock_images/placeholder_avatar.svg" }, ... ] }, { "id": 4, "name": "editor", "users": [] } ] }
Param name | Description |
---|---|
id
required |
ID of user Validations:
|
workspace_role_id
optional |
ID of New Workspace Role Validations:
|