Only registered user can perform this action
Authentication - string - required
Example of Authentication header : "Bearer TOKEN_FETCHED_FROM_SERVER_DURING_REGISTRATION"
{
"team": {
"id": 20877,
"name": "team",
"member_roles_count": 2,
"admin_roles_count": 1,
"users": [
{
"id": 1,
"email": "vincent_muller@ferry.co",
"user_full_name": "Dianna Morar",
"avatar_image": null,
"invited": false,
"team_role_name": "member"
},
...
]
},
"workspace": {
"id": 14891,
"name": "workspace",
"available_users_count": 30,
"can_add_new_users": true,
"can_invite_users_count": 27
}
}
| Param name | Description |
|---|---|
|
team_id
required |
ID of team Validations:
|
|
user_emails
required |
Emails of invited users Validations:
|
|
sort_by
optional |
Validations:
|
|
sort_to
optional |
Validations:
|
Only registered user can perform this action
Authentication - string - required
Example of Authentication header : "Bearer TOKEN_FETCHED_FROM_SERVER_DURING_REGISTRATION"
{
"success": true
}
| Param name | Description |
|---|---|
|
team_id
required |
ID of team Validations:
|
|
id
required |
ID of updated user Validations:
|
|
role
required |
New role of updated user Validations:
|
Only registered user can perform this action
Authentication - string - required
Example of Authentication header : "Bearer TOKEN_FETCHED_FROM_SERVER_DURING_REGISTRATION"
{
"success": true
}
| Param name | Description |
|---|---|
|
team_id
required |
ID of team Validations:
|
|
id
required |
ID of removed user Validations:
|