API 1
cURL
curl --request PUT \ --url https://openapi.pleo.io/v1/teams/{teamId} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>", "code": "<string>" } '
{ "id": "<string>", "name": "<string>", "code": "<string>", "employees": [ { "id": "<string>", "firstName": "<string>", "lastName": "<string>", "email": "<string>", "jobTitle": "<string>", "role": "<string>", "phone": "<string>", "avatar": { "url": "<string>" }, "code": "<string>", "teamId": "<string>" } ], "reviewers": [ { "id": "<string>", "firstName": "<string>", "lastName": "<string>", "email": "<string>", "jobTitle": "<string>", "role": "<string>", "phone": "<string>", "avatar": { "url": "<string>" }, "code": "<string>", "teamId": "<string>" } ] }
Open API Bearer token
Unique UUID of the team.
"0f0e000-000d-0d00-000b-00db0d000fae"
Team name
Team code
A team has been updated
The unique UUID identifier of the department
Name of the department
Code of the department
Team employee
Show child attributes
Team reviewers
Was this page helpful?