Skip to end of metadata
Go to start of metadata

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

Compare with Current View Page History

« Previous Version 11 Next »

Description

Creates an external role for a user.

This is intended for users belonging to other organisations or companies.


HTTP methodURI scheme
POST/server/external-role

Parameters

TypeNameDescriptionQualificationSchema
Body

request

Request body parameters, see schema for details.

Required

ExternalRole

Responses

HTTP codeCommon messagesDescriptionSchema
200

The created external role.

ExternalRole

400The application with the specified key could not be found
String
The role name must be unique within the company!
String
User agreement not found!
String
Input not valid: ID can't be specified when creating an external role.
String
Input not valid: Name and enabled must always be specified for an external role.
String
User agreement not found!
String
500An unexpected error occurred: JSON parse error <%1>This error message can be returned if one or more parameters are of the wrong type. See ExternalRole for details.String

Security

TypeName
apiKeyKey
  • No labels