Get Group User

Get entity user from a group

Authentication

AuthorizationBearer

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

Path parameters

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

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