Create entity user
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
entityId
Entity ID or Entity ForeignID
Request
This endpoint expects an object.
foreignId
The ID used to identify this user in your system.
email
name
roles
List of roles. A role can be any string. For example: “payer”, “approver”, “viewer”
Response
This endpoint returns an object.
id
roles
createdAt
updatedAt
foreignId
The ID used to identify this user in your system.
email
name
