Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Returns the external role matching the ID specified.

HTTP MethodmethodURI Schemescheme
GET/server/external-role/{roleId}

...

TypeNameDescriptionQualificationSchema
Path

roleId

The ID of the external role to get.

Requiredstring

Responses

400400400
HTTP CodecodeMessageDescriptionSchema
200

The external role.

ExternalRole

400The application with the specified key could not be found

Invalid role ID format

Role not found!

The role ID '%1' does not match the company ID '%2'.%1 is the role ID specified via the URL.
%2 is the company ID associated with the submitted application key.

...