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:
|
Only registered user can perform this action
Authentication - string - required
Example of Authentication header : "Bearer TOKEN_FETCHED_FROM_SERVER_DURING_REGISTRATION"
{
"id": 4,
"name": "Vadim Kruchina Workspace",
"plan": [
"free"
]
}
| Param name | Description |
|---|---|
|
id
required |
ID of user Validations:
|
Only registered user can perform this action
Authentication - string - required
Example of Authentication header : "Bearer TOKEN_FETCHED_FROM_SERVER_DURING_REGISTRATION"
{
"user_ids": [1, 2, 3...]
}
{
"id": 1,
"name": "scrumLaunch",
"workspace_roles": [
{
"id": 1,
"name": "super_admin",
"can_add_new_users": false,
"users": []
},
{
"id": 2,
"name": "creative_admin",
"can_add_new_users": false,
"users": []
},
{
"id": 3,
"name": "creator",
"can_add_new_users": false,
"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",
"can_add_new_users": false,
"users": []
}
]
}
| Param name | Description |
|---|---|
|
user_ids
required |
IDs of users Validations:
|