Create Group User
Create entity user that will be added to all entities in the group.
Path parameters
entityGroupId
Entity Group ID or Entity Group ForeignID
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
This endpoint expects an object.
foreignId
The ID used to identify this user in your system. This is a required field and needs to be unique for all users in the group.
email
name
entities
List of roles per entity. By default, the user will have no roles.
Response
This endpoint returns an object.
foreignId
The ID used to identify this user in your system.
entities
List of roles per entity.
createdAt
updatedAt
email
name