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 13 Current »

Description

Returns the internal role account matching the ID specified.

HTTP methodURI scheme
GET/server/internal-role-account/{roleAccountId}

Parameters

TypeNameDescriptionQualificationSchema
Path

roleAccountId

The ID of the internal role account to get.

RequiredString

Responses

HTTP codeCommon messagesDescriptionSchema
200

The internal role account.

InternalRoleAccount

400The application with the specified key could not be found
String
Invalid role ID formatThis error message is returned when the role account ID on the path section of the URL is not in the correct format. This error is not related to a role and its ID, as is falsely claimed by the message.String
Role account not found!
String
The role account ID '<%1>' does not match the company ID '<%2>'.<%1> is the role account ID specified via the URL.

<%2> is the company ID associated with the submitted application key.
String

Security

TypeName
apiKeyKey
  • No labels