/organisations/{orgId}/roles (GET)
GET
/organisations/{orgId}/roles
const url = 'https://kravos-orchestrator.onrender.com/organisations/example/roles';const options = {method: 'GET'};
try { const response = await fetch(url, options); const data = await response.json(); console.log(data);} catch (error) { console.error(error);}curl --request GET \ --url https://kravos-orchestrator.onrender.com/organisations/example/rolesParameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters”orgId
required
string
Responses
Section titled “ Responses ”Default Response