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, "users": [ { "id": 1, "email": "vincent_muller@ferry.co", "first_name": "Dianna", "last_name": "Morar", "avatar_image": null, "status_role": "member" }, ... ] }, ... ]
Param name | Description |
---|---|
name
optional |
Name of team for search Validations:
|
sort_by
optional |
Validations:
|
sort_type
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", "member_roles_count": 3, "admin_roles_count": 1, "users": [ { "id": 1, "email": "vincent_muller@ferry.co", "first_name": "Dianna", "last_name": "Morar", "avatar_image": null, "status_role": "member" }, ... ] }, ... ]
Param name | Description |
---|---|
name
optional |
Name of team for search Validations:
|
sort_by
optional |
Validations:
|
sort_type
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" } }
{ "id": 2, "name": "team", "member_roles_count": 3, "admin_roles_count": 1, "users": [ { "id": 1, "email": "vincent_muller@ferry.co", "first_name": "Dianna", "last_name": "Morar", "avatar_image": null, "status_role": "member" }, ... ] }
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:
|