Your suggested change has been received. Thank you.

close

User Details Customization Hook (1.0.0)

Download OpenAPI specification:Download

User Details Customization Hook

user-details-customization-hook

customize

Customize the attributes of a user.

Authorizations:
basicAuthbearerAuth
Request Body schema: application/json
object (User)
object (Client)
scopes
Array of strings

The scopes of the user.

object

The claims of a user.

object or null

Hook context optional custom parameters, i.e. : 'on_behalf_of', 'on_behalf_of_type'

Responses

Request samples

Content type
application/json
{
  • "user": {
    },
  • "client": {
    },
  • "scopes": [
    ],
  • "claims": { },
  • "contextCustomParams": {
    }
}

Response samples

Content type
application/json
{
  • "claims": {
    }
}