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