Files
developer.sailpoint.com/static/api-specs/idn/beta/schemas/AuthUserSaveRequest.yaml
2022-09-26 21:59:54 -04:00

53 lines
1.3 KiB
YAML

type: object
properties:
uid:
type: string
description: Identity unique identitifier.
example: "will.smith"
profile:
type: string
description: ID of the auth profile associated with this auth user.
example: 2c91808458ae7a4f0158b1bbf8af0756
identificationNumber:
type: string
description: Auth user employee number.
example: "19-5588452"
email:
type: string
description: Auth user's email.
example: william.smith@example.com
phone:
type: string
description: Auth user's phone number.
example: "5555555555"
workPhone:
type: string
description: Auth user's work phone number.
example: "5555555555"
personalEmail:
type: string
description: Auth user's personal email.
example: william.smith@example.com
firstname:
type: string
description: Auth user's first name.
example: Will
lastname:
type: string
description: Auth user's last name.
example: Smith
displayName:
type: string
description: Auth user's name in displayed format.
example: Will Smith
alias:
type: string
description: Auth user's alias.
example: will.smith
capabilities:
description: Array of capabilities for this auth user.
type: array
items:
type: string
example: "ORG_ADMIN"