Only registered user can perform this action Authentication - string - required Example of Authentication header : "Bearer TOKEN_FETCHED_FROM_SERVER_DURING_REGISTRATION"
[ { "id": 2, "name": "team", "member_roles_count": 3, "admin_roles_count": 1, "user_in_team": true, "admin_role_for_current_user": true }, ... ]
Param name | Description |
---|---|
name
optional |
Name of team for search Validations:
|
filter
optional |
user by default Validations:
|
sort_type
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"
{ "id": 2, "name": "team", "user_in_team": true, "admin_role_for_current_user": true, "users": [ { "id": 1, "email": "vincent_muller@ferry.co", "user_full_name": "Dianna Morar", "avatar_image": null, "invited": false, "team_role_name": "member" }, ... ] }
Param name | Description |
---|---|
id
optional |
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"
{ "user_emails": [ "sample_email@gmail.com", ... ], "team": { "name": "team" } }
{ "team": { "id": 20877, "name": "team", "member_roles_count": 2, "admin_roles_count": 1 }, "workspace": { "id": 14891, "name": "workspace", "available_users_count": 30, "can_add_new_users": true, "can_invite_users_count": 27 } }
Param name | Description |
---|---|
user_emails
optional |
user_emails for inviting to team Validations:
|
team
required |
Validations:
|
team[name]
required |
Name of team Validations:
|
Only registered user can perform this action Authentication - string - required Example of Authentication header : "Bearer TOKEN_FETCHED_FROM_SERVER_DURING_REGISTRATION"
{ "id": 2, "name": "updated_team" }
Param name | Description |
---|---|
id
required |
ID of current team Validations:
|
team
required |
Validations:
|
team[name]
required |
Name of team 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 |
---|---|
id
required |
ID of current team Validations:
|
Only registered user can perform this action Authentication - string - required Example of Authentication header : "Bearer TOKEN_FETCHED_FROM_SERVER_DURING_REGISTRATION"
[ { "id": 1, "name": "team", "share_with_team": true }, ... ]
Param name | Description |
---|---|
type
optional |
type of sharing object Validations:
|
id
optional |
ID of sharing object Validations:
|