Back to Node Auth0

Interface UserAttributeProfileTemplate

docs/interfaces/management.Management.UserAttributeProfileTemplate.html

5.9.11.2 KB
Original Source

Interface UserAttributeProfileTemplate

The structure of the template, which can be used as the payload for creating or updating a User Attribute Profile.

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

Index

Properties

name?user_id?user_attributes?

Properties

Optionalname

name?: string

Optionaluser_id

user_id?: UserAttributeProfileUserId

Optionaluser_attributes

user_attributes?: UserAttributeProfileUserAttributes

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties nameuser_iduser_attributes