Skip to main content

Create organisation admin

POST 

/v2/onboard/organisation/admin

Creates an admin in the organisation. The dashboard uses this operation on the Manage Team page.

The new admin gets an invitation. The pendingInvitation field of the admin stays true until the admin logs in for the first time. Set passwordlessLoginEnabled to true to let the admin log in with an EUDI Wallet in place of a password.

Request

Body

required

The admin to create.

    email stringrequired

    The email address of the admin.

    name stringrequired

    The full name of the admin.

    passwordlessLoginEnabled boolean

    When true, the admin can log in with an EUDI Wallet (passwordless login).

Responses

The service created the admin.

Schema
    admin object
    id stringrequired

    Unique identifier for the admin

    email emailrequired

    Admin's email address

    name stringrequired

    Full name of the admin

    phone stringrequired

    Admin's phone number

    imageId string

    Unique identifier for the admin's image

    imageUrl string

    URL to the admin's image

    externalId string

    External identifier for the admin

    identityProviderId string

    Identity provider ID

    roleId integerrequired

    Numeric ID of the assigned role

    roleName stringrequired

    Human-readable name of the role

    authentication objectrequired

    Configuration for authentication methods

    password object

    Configuration for password authentication

    enabled boolean
    oidcPasswordless object

    Configuration for Passwordless Login with EUDI Wallet

    enabled boolean

    Whether Passwordless Login is enabled for the user

    linked boolean

    Whether the user has linked their EUDI Wallet for Passwordless Login

    authenticatorCredentialExchangeId string

    Credential Exchange ID of the issued iGrant.io Authenticator credential

    pendingInvitation booleanrequired

    Indicates if the admin account has a pending invitation

    organizationId string

    Unique identifier for the organization

    organizationName string

    Name of the organization

Loading...