AuthoritiesResource
The following resources are part of this group:
/security/ldap/authorities
Mount Point: /api/security/ldap/authorities
GET
This end point gives you the list of all the LDAP authorities in the application.
Parameters
| name | description | type | default |
|---|---|---|---|
| type | (no documentation provided) | query | ALL |
| sort | (no documentation provided) | query | NONE |
Response Body
| element: | authority |
| media types: | application/xml |
this end point returns an array of authority elements
Status Codes
| code | description |
|---|---|
| 200 | Ok |
| 401 | Authentication required |
| 403 | Authorization required - access forbidden |
| 500 | Internal server error |