Organization.list_members
Organization.list_members(max_results=None, *, status=None, labels=None) → list<Member>
Returns a list of member instances associated with the organization. You must be an administrator of the organization in order to view members.
Parameters:
max_results : int, default None
If specified, will only return up to max_results members
status: string[], default None
A list of statuses to filter on. Allowed values are: approved, revoked, pending, rejected, left
labels : string[], default None
A list of labels to filter on. If multipart labels are present (e.g., school:humanities), you may provide just the prefix (school) to include all entities labeled with that prefix.
Returns:
list<Member>
Last updated
Was this helpful?