cURL
curl --request GET \ --url https://api-fundflow-qa.venly.io/v1/company/users \ --header 'Authorization: Bearer <token>'
{ "success": true, "result": [ { "id": "<string>", "username": "<string>", "email": "<string>", "firstName": "<string>", "lastName": "<string>", "enabled": true, "role": "COMPANY_ADMIN", "invitationUrl": "<string>", "invitationStatus": "PENDING" } ] }
Retrieves all users associated with the company, including their roles and status.
OAuth2 authentication via Venly Identity Platform
Successfully retrieved company users
Show child attributes