diff --git a/static/api-specs/nerm/parameters/query/sailpoint_identity_id.yaml b/static/api-specs/nerm/parameters/query/sailpoint_identity_id.yaml new file mode 100644 index 000000000..a0eb0910e --- /dev/null +++ b/static/api-specs/nerm/parameters/query/sailpoint_identity_id.yaml @@ -0,0 +1,7 @@ +name: sailpoint_identity_id +in: query +description: SailPoint identity ID +required: false +schema: + type: string + example: 9496f8d6ddab49c0bef1e9ee6f1b835a diff --git a/static/api-specs/nerm/schemas/GET/User.yaml b/static/api-specs/nerm/schemas/GET/User.yaml index c86d76b2e..829695ca1 100644 --- a/static/api-specs/nerm/schemas/GET/User.yaml +++ b/static/api-specs/nerm/schemas/GET/User.yaml @@ -38,9 +38,9 @@ properties: description: Status of the user example: Active login: - type: string + type: string description: The login - example: myLogin + example: myLogin last_login: type: string format: date-time @@ -64,4 +64,8 @@ properties: group_strings: type: string description: Group strings configured on the customer's Active Directory configuration, provided by the IDP at the moment on authentication. - example: Admin_group, Developer_group \ No newline at end of file + example: Admin_group, Developer_group + sailpoint_identity_id: + type: string + description: The identity ID of the user in ISC + example: 9496f8d6ddab49c0bef1e9ee6f1b835a