IDP public API

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