OrganizationMembers
Types
Data class used for wrapping the parameters necessary for creating a user
Data class used for wrapping the parameters necessary to search members
The action to perform on the operands. The accepted value are: AND
– all the operand values provided must match. OR
– the operator will return any matches to at least one of the operand values you supply.
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.
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
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.
Updates a Member. The caller must have permission to call this endpoint via the project's RBAC policy & their role assignments.