Class OrganizationGetAllMembersRequest
- Namespace
- Auth0.ManagementApi.Models
- Assembly
- Auth0.ManagementApi.dll
public class OrganizationGetAllMembersRequest
- Inheritance
-
OrganizationGetAllMembersRequest
- Inherited Members
Properties
Fields
A comma separated list of fields to include or exclude (depending on IncludeFields) from the result, empty to retrieve all fields.
public string Fields { get; set; }
Property Value
Remarks
If fields is left blank, all fields (except roles) are returned.
Member roles are not sent by default. Use fields=roles to retrieve the roles assigned to each listed member. To use this parameter, you must include the read:organization_member_roles scope in the token.
IncludeFields
Specifies whether the fields specified in Fields should be included or excluded in the result.
public bool? IncludeFields { get; set; }
Property Value
- bool?