Search Roles by IAM Group Ids

post

/process/api/v1/roles/search

Allows users to search for roles in IAM groups using Group IDs.

Request

There are no request parameters for this operation.

Supported Media Types
Request Body - application/json ()
Root Schema : schema
Type: object
Show Source
Nested Schema : groupIds
Type: array
Show Source
Examples

Back to Top

Response

Supported Media Types

200 Response

OK
Body ()
Root Schema : PageableRoleResponse
Type: object
Title: PageableRoleResponse
Defines PageableRoleResponse
Show Source
Nested Schema : items
Type: array
Title: items
Show Source
Nested Schema : Role
Type: object
Title: Role
Defines Role
Show Source
Nested Schema : links
Type: array
Show Source

400 Response

Bad request
Body ()
Root Schema : ErrorMessage
Type: object
Title: ErrorMessage
Defines ErrorMessage
Show Source

401 Response

Unauthorized
Body ()
Root Schema : ErrorMessage
Type: object
Title: ErrorMessage
Defines ErrorMessage
Show Source

429 Response

Too Many Requests

500 Response

Internal Server Error
Body ()
Root Schema : ErrorMessage
Type: object
Title: ErrorMessage
Defines ErrorMessage
Show Source

503 Response

Too Many Exceptions or Too Slow Requests
Back to Top