Get customer role.

Get customer role details in the system.

SecurityoAuth2
Request
path Parameters
customerId
required
string

Customer unique identifier and which is associated with the token legal entity

roleId
required
string

Role Unique Identifier.

Responses
200

OK

400

Bad request

401

You are not authorized to access the resource

403

Accessing the resource you were trying to reach is forbidden

404

The resource you were trying to reach is not found

500

Internal server error

503

Service unavailable

default

Get role details

get/api/user-management/v1/customers/{customerId}/roles/{roleId}
Request samples
Response samples
application/json
{
  • "id": "f37f6757-c546-42d4-8235-5965419b495d.",
  • "name": "adminRole.",
  • "description": "Role description.",
  • "leId": 11950,
  • "type": "CUSTOMER",
  • "status": "Active",
  • "owner": "Bank, Customer",
  • "applications": {
    }
}