Only registered user can perform this action
Authentication - string - required
Example of Authentication header : "Bearer TOKEN_FETCHED_FROM_SERVER_DURING_REGISTRATION"
{
"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 |
|---|---|
|
super_admin_id
required |
ID of new workspace super_admin Validations:
|
|
creative_admin_id
required , nil allowed |
ID of new workspace creative_admin or null if None Validations:
|