Skip to main content

Create an App Client

POST 

/v1/app-clients

Create an App Client

Request

Body

The request received from the client.

    name stringrequired

    The name of the App Client.

    description stringrequired

    The description for the App Client.

    roles string[]required

    The names of the roles that the App Client has. This is a subset of the roles of the user creating the App Client.

Responses

OK

Schema

    appClientId stringrequired

    The App Client identifier.

    name stringrequired

    The name of the App Client.

    description stringrequired

    The description for the App Client.

    roles string[]required

    The names of the roles that the App Client has. This is a subset of the roles of the user creating the App Client.

    clientId stringrequired

    The client identifier for the App Client.

    clientSecret stringrequired

    The client secret for the App Client. This is provided only once and cannot be retrieved again.

    clientSecretHint stringrequired

    A hint for the client secret.

Loading...