...
Type | Name | Description | Qualification | Schema |
---|---|---|---|---|
Path | roleId | The ID of the external role to get. | Required | string |
Responses
HTTP Code | Message | Description | Schema |
---|---|---|---|
200 | The external role. | ||
400 | The application with the specified key could not be found | ||
400 | Invalid role ID format | ||
400 | Role not found! | ||
400 | 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. |
Security
Type | Name |
---|---|
apiKey | Key |
...