Back to Node Auth0

Interface ListUserAttributeProfilesPaginatedResponseContent

docs/interfaces/management.Management.ListUserAttributeProfilesPaginatedResponseContent.html

5.9.1990 B
Original Source

Interface ListUserAttributeProfilesPaginatedResponseContent

interface ListUserAttributeProfilesPaginatedResponseContent {
next?: string;
user_attribute_profiles?: UserAttributeProfile[];
}

Index

Properties

next?user_attribute_profiles?

Properties

Optionalnext

next?: string

A cursor to be used as the "from" query parameter for the next page of results.

Optionaluser_attribute_profiles

user_attribute_profiles?: UserAttributeProfile[]

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties nextuser_attribute_profiles