Get all users in an organization
cURL
curl --request GET \ --url https://api.fluxend.app/organizations/{organizationUUID}/users \ --header 'Authorization: <authorization>'
{ "content": [ { "bio": "<string>", "createdAt": "<string>", "email": "<string>", "organizationUuid": "<string>", "roleId": 123, "status": "<string>", "updatedAt": "<string>", "username": "<string>", "uuid": "<string>" } ], "errors": [ "<string>" ], "metadata": "<any>", "success": true }
Bearer Token
Organization ID
User created
The response is of type object.
object