Skip to content

Commit

Permalink
IIQCB-6379 - Fix API spec for get-users endpoint - fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
aniruddha-mandal-sp committed Oct 1, 2024
1 parent 7f6a6a9 commit 48372f9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions iiq/sailpoint-api.iiq.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7695,7 +7695,7 @@ paths:
totalResults:
description: Number of User resources returned
type: integer
example: '18,'
example: 18
startIndex:
description: The starting index of the resource set list. Can be specified with startIndex query parameter.
type: integer
Expand Down Expand Up @@ -7763,7 +7763,7 @@ paths:
primary:
description: A Boolean value indicating the primary e-mail address. The primary attribute value 'true' MUST appear no more than once.
type: boolean
example: 'true'
example: true
'urn:ietf:params:scim:schemas:sailpoint:1.0:User':
description: Additional attributes of the User.
type: object
Expand Down Expand Up @@ -7852,7 +7852,7 @@ paths:
type: array
items:
type: string
example: '["SystemAdministrator"]'
example: ['SystemAdministrator']
riskScore:
description: Composite Risk Score of this User.
type: integer
Expand Down

0 comments on commit 48372f9

Please sign in to comment.