Organization
The Organization interface provides methods for retrieving, updating, and deleting the current authenticated user's organization and creating, updating, deleting, reactivating, and searching an organizations members
Types
Data class used for wrapping parameters used for making an Organization update call
Properties
Functions
Deletes the Organization of the logged-in member. All Members of the Organization will also be deleted. The member must have permission to call this endpoint via the project's RBAC policy & their role assignments. Note: This endpoint will log out the current member, as they will also be deleted
Wraps Stytch’s organization/me endpoint.
Updates the Organization of the logged-in member. The member must have permission to call this endpoint via the project's RBAC policy & their role assignments. An Organization must always have at least one auth setting set to either RESTRICTED or ALL_ALLOWED in order to provision new Members.