Skip to main content

UpdateSSOProfileIDInput

No description

type UpdateSSOProfileIDInput {  clientMutationId: String!  userID: ID!  ssoProfileID: String!}

Fields#

clientMutationId (String!)#

clientMutationId is required for Relay support.

userID (ID!)#

userID is the ID of the user whose SSOProfile ID is being updated.

ssoProfileID (String!)#

ssoProfileID is the new ID to set for the user's SSOProfile ID.