Create Group User

POST

Create entity user that will be added to all entities in the group.

Path parameters

entityGroupIdstringRequired

Entity Group ID or Entity Group ForeignID

Request

This endpoint expects an object.
foreignIdstringRequired

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.

emailstringOptional
namestringOptional
entitieslist of objectsOptional

List of roles per entity. By default, the user will have no roles.

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
emailstringOptional
namestringOptional