Create Group User
Create entity user that will be added to all entities in the group. If a user with the same foreignId already exists, the user will be updated with the new information.
Path parameters
Entity Group ID or Entity Group ForeignID
Headers
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
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.
List of roles to assign to the user. A role can be any string. For example: “payer”, “approver”, “viewer” If not provided, the user will have no roles. Per entity roles will override these global roles.
List of roles per entity. Useful for assigning roles to specific entities.
Response
The ID used to identify this user in your system.
List of roles per entity.