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
- application/json
Root Schema : schema
Type:
Show Source
object-
groupIds: array
groupIds
-
pagination:
Error: referenced object (#/components/schemas/Pagination) does not exist
Examples
Back to Top
Response
Supported Media Types
- application/json
200 Response
OK
Root Schema : PageableRoleResponse
Type:
objectTitle:
PageableRoleResponseDefines PageableRoleResponse
Show Source
-
items: array
items
Title:
items -
totalPages: integer
-
totalResults: integer
Nested Schema : items
Type:
arrayTitle:
Show Source
items-
Array of:
object Role
Title:
RoleDefines Role
Nested Schema : Role
Type:
objectTitle:
RoleDefines Role
Show Source
-
createdOn: string
Title:
Created timeCreated time -
description: string
Title:
The role descriptionTho role description -
id: string
Title:
The role IDThe unique role ID -
links: array
links
-
name(required): string
Title:
The role nameThe unique role name -
scopeName: string
Title:
Scope NameThe role scope name -
scopeType: string
Title:
Scope TypeThe role scope type -
systemDefined: boolean
Title:
System Defined RoleDefault Value:falseIf boolean flag is true, then the Role cannot be deleted. By default it's false. -
updatedOn: string
Title:
Updated timeUpdated time
Nested Schema : Link
Type:
objectDefines Link
Show Source
-
code: integer
Minimum Value:
100Maximum Value:600 -
href(required): string
-
hreflang: string
-
length: integer
(int32)
-
mediaType: string
-
message: string
-
rel(required): string
-
title: string
-
type: string
400 Response
Bad request
401 Response
Unauthorized
429 Response
Too Many Requests
500 Response
Internal Server Error
503 Response
Too Many Exceptions or Too Slow Requests