cURL
curl --request GET \ --url https://api.sevalla.com/v2/company/{id}/users \ --header 'Authorization: Bearer <token>'
{ "company": { "users": [ { "user": { "id": "fb5e5168-4281-4bec-94c5-0d1584e9e657", "email": "user@example.com", "image": "https://avatars.githubusercontent.com/u/12345", "full_name": "John Doe" } } ] } }
Retrieve the list of users belonging to a company.
API key authentication. Pass your API key as a Bearer token in the Authorization header.
Company identifier
"fb5e5168-4281-4bec-94c5-0d1584e9e657"
Default Response
Show child attributes
Was this page helpful?