Back to Node Auth0

Interface CreateUserAttributeProfileRequestContent

docs/interfaces/management.Management.CreateUserAttributeProfileRequestContent.html

5.9.11.3 KB
Original Source

Interface CreateUserAttributeProfileRequestContent

Example

{ * name: "name", * user_attributes: { * "key": { * description: "description", * label: "label", * profile_required: true, * auth0_mapping: "auth0_mapping" * } * } * }Copy

interface CreateUserAttributeProfileRequestContent {
name: string;
user_id?: UserAttributeProfileUserId;
user_attributes: UserAttributeProfileUserAttributes;
}

Index

Properties

nameuser_id?user_attributes

Properties

name

name: string

Optionaluser_id

user_id?: UserAttributeProfileUserId

user_attributes

user_attributes: UserAttributeProfileUserAttributes

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties nameuser_iduser_attributes