cURL
curl --request POST \ --url https://api.olie.ai/api/management/squads/{squad}/users \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '[]'
Adicionar um ou mais usuários a um squad como membros
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
[]
200
Was this page helpful?