Manage Role
Updates, gets, and deletes roles.
delete
/api/v2/tenants/{tenantId}/roles/{roleId}
Deletes a role.
Path Parameters
- tenantId
Describes the clientId or mspId of the tenant
- roleId
Unique Identifier (UUID) the role given to the OpsRamp user
get
/api/v2/tenants/{tenantId}/roles/{roleId}
Gets role details.
Path Parameters
- tenantId
Describes the clientId or mspId of the tenant
- roleId
Unique Identifier (UUID) the role given to the OpsRamp user
00
post
/api/v2/tenants/{tenantId}/roles/{roleId}
Updates role details.
Path Parameters
- tenantId
Describes the clientId or mspId of the tenant
- roleId
Unique Identifier (UUID) the role given to the OpsRamp user
00
00