Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

« Previous Version 7 Next »

Represents a role that a user belonging to another organisation can act in. This is a way to group external role accounts and, for example, set which user agreement a user belonging to another organisation should sign when activating their role account.


NameDescriptionQualificationSchema

agreementTemplateId

The ID of the user agreement that is set for this external role. This is the user agreement that a user is required to agree to and sign when activating an external role account. Must not be specified since the platform applies a default user agreement.

Always present for

Get external role
Get external roles


Must not be set for

Create external role
Update external role

string

enabled

Indicates if this external role is enabled or not. If an external role is disabled, the external role accounts that belong to that external role cannot be used.

Requiredboolean
 id

The ID of the external role. It must not be specified during creation as it is generated by the server.

Required
Read-only
string
nameThe name of the external role.Requiredstring


  • No labels