Skip to main content

Add an IDP authenticator to a user​

Add a new identity provider (IDP) authenticator to an existing user. This will allow the user to authenticate with the provided IDP.

Path Parameters
    userId string required

    unique identifier of the user.

Request Body required
    idpAuthenticator object
    idpId ID of the identity provider required

    Possible values: non-empty and <= 200 characters

    userId ID of the user provided by the identity provider required

    Possible values: non-empty and <= 200 characters

    userName string required

    Possible values: non-empty and <= 200 characters

    Username of the user provided by the identity provider.

Responses

IDP authenticator successfully added


Schema
    details object
    sequence uint64

    on read: the sequence of the last event reduced by the projection

    on manipulation: the timestamp of the event(s) added by the manipulation

    changeDate date-time

    on read: the timestamp of the last event reduced by the projection

    on manipulation: the timestamp of the event(s) added by the manipulation

    resourceOwner resource_owner is the organization or instance_id an object belongs to
Loading...