OrganizationMembers
An interface that provides methods for performing create, update, delete, reactivate, and search operations on an Organization's members
Types
Data class used for wrapping the parameters necessary for creating a user
Data class used for wrapping the parameters necessary to search members
A data class representing conditions for a query
A data class representing a Search Query Operand, which contains all of the filters and values to apply to your search query.
Data class used for wrapping the parameters necessary for creating a user
Functions
Creates a Member. The caller must have permission to call this endpoint via the project's RBAC policy & their role assignments.
Creates a Member. The caller must have permission to call this endpoint via the project's RBAC policy & their role assignments.
Deletes a Member. The caller must have permission to call this endpoint via the project's RBAC policy & their role assignments.
Deletes a Member. The caller must have permission to call this endpoint via the project's RBAC policy & their role assignments.
Deletes a MemberAuthenticationFactor from the currently authenticated member
Deletes a MemberAuthenticationFactor from the currently authenticated member
Reactivates a deleted Member's status and its associated email status (if applicable) to active. The caller must have permission to call this endpoint via the project's RBAC policy & their role assignments.
Reactivates a deleted Member's status and its associated email status (if applicable) to active. The caller must have permission to call this endpoint via the project's RBAC policy & their role assignments.
Search for Members from the caller's organization. Submitting an empty query returns all non-deleted Members. All fuzzy search filters require a minimum of three characters. The caller must have permission to call this endpoint via the project's RBAC policy & their role assignments.
Search for Members from the caller's organization. Submitting an empty query returns all non-deleted Members. All fuzzy search filters require a minimum of three characters. The caller must have permission to call this endpoint via the project's RBAC policy & their role assignments.
Updates a Member. The caller must have permission to call this endpoint via the project's RBAC policy & their role assignments.
Updates a Member. The caller must have permission to call this endpoint via the project's RBAC policy & their role assignments.