Search customer role.

Search 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

query Parameters
page
number

page index. It is an optional attribute if it is not provided then the default value is 1.

Example: page=1
size
number

page size. It is an optional attribute if it is not provided then the default value is 10.

Example: size=10
roleName
string

Role name.

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/search
Request samples
Response samples
application/json
{
  • "totalElements": 1212,
  • "totalPages": 40,
  • "size": 50,
  • "page": 1,
  • "data": [
    ]
}