IDP public API

UserInvitationResult

object
* Additional properties are NOT allowed.
completeInviteUrlnull | string

Url for the user to complete the invite and set account details

emailnull | string

Email address of the user to send the invitation link to.

userNamenull | string

Name of the user for whom the invite was created

Example

UserLoginProvider

object

Represents a login and its associated provider for a user.

* Additional properties are NOT allowed.
loginProvidernull | string
providerDisplayNamenull | string
providerKeynull | string
Example

UserRole

object
* Additional properties are NOT allowed.
descriptionnull | string
idnull | string
namenull | string
Example

UserUpdateRequestModel

object

Model to update a new user

* Additional properties are NOT allowed.
emailstring(email)required

Email of the new user

>= 1 characters

firstNamenull | string
lastNamenull | string
userNamenull | string
Example