List Profiles - Lagoon/LagoonSecurity-API GitHub Wiki
List all the enabled profiles of an application. It can only be used if the application is configured to operate without contexts. If the application uses contexts the appropriate route must be used.
Profiles can only be created/updated on Lagoon® Security.
GET /profiles
If your application is configured to use contexts use:
GET /contexts/{cname}/profiles
Output Example:
[{
"id": 16,
"description": "admin profile",
"name": "admin"
}, {
"id": 17,
"description": "",
"name": "test"
}, {
"id": 18,
"description": "",
"name": "guest"
}]