Skip to main content

Add an IDP authenticator to a user

POST 

/v3alpha/users/:userId/idps

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

Request​

Path Parameters

    userId stringrequired

    unique identifier of the user.

Body

required

    idpAuthenticator

    object

    idpId ID of the identity provider (string)required

    Possible values: non-empty and <= 200 characters

    userId ID of the user provided by the identity provider (string)required

    Possible values: non-empty and <= 200 characters

    userName stringrequired

    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 (string)
Loading...