Get Group User

Get entity user from a group

Path parameters

entityGroupIdstringRequired
Entity Group ID or Entity Group ForeignID
foreignIdstringRequired
ID used to identify user in your system

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Response

This endpoint returns an object.
foreignIdstring
The ID used to identify this user in your system.
entitieslist of objects
List of roles per entity.
createdAtdatetime
updatedAtdatetime
emailstring or null
namestring or null

Errors