cURL
curl --request POST \ --url https://app.synkrony.ai/api/v1/users \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "user": { "email": "maria@example.com", "role": "member", "project_ids": [ 1, 2 ] } } '
{ "data": { "email": "<string>", "identifier": "<string>", "role": "<string>", "project_ids": [ 123 ] } }
Documentation IndexFetch the complete documentation index at: https://docs.synkrony.ai/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.synkrony.ai/llms.txt
Use this file to discover all available pages before exploring further.
API token no formato Bearer. Exemplo: Bearer YOUR_API_TOKEN
Show child attributes
Invitation created successfully