๐๏ธ Delete a person from an organization
Remove the person, specified by its ID, from the organization. Note that access to all the attributes associated with this person will be permanently revoked.
๐๏ธ Retrieve the list of person's organizations
Retrieve details of all the organizations a person belongs to, including: - The organization of the request: the person must be a member of the organization you authenticate with for you to be allowed to retrieve this list - Any sub- and super-organizations that share the person pool with the organization of the request: A hierarchy of organizations can be created using [this API endpoint](/docs/api/post-organizations-suborganizations). When organizations are configured to share a person pool, if the same person registers with multiple organizations in the pool using the same handle, all organizations will see the same person ID for that person.
๐๏ธ Retrieve information about an organization
Retrieve information about which other organizations the given shares persons and groups with.
๐๏ธ Delete an organization
Delete a non-root, leaf organization, including all its persons memberships and their groups memberships and attributes.
๐๏ธ List suborganizations
Retrieve a list of all descendant organizations.
๐๏ธ Create a suborganization
Create a new organization subordinate to your organization.
๐๏ธ Generate a new API key for the specified organization
A new API key is created and returned. The previous API key will no longer be valid after this.
๐๏ธ Get organization config
Get the current configuration for your organization
๐๏ธ Update organization config
Modify the configuration for your organization. The token duration determines the number of seconds a token issued by SlashID will be valid for. If not set, or set to 0, the default duration of 24 hours will be used for all tokens. The groups claim name determines the name of the claim in the token payload where a user's groups are found. If not set, or set to the empty string, the default claim name `groups` will be used for all tokens.
๐๏ธ Get current pricing tier details.
This returns the quotas associated with your organization's current pricing tier.
๐๏ธ Get details on all pricing tiers.
This returns the quotas for each available pricing tier.
๐๏ธ Get resource usage for the organization hierarchy.
This returns the resources used by your organization and its suborganizations. This can be used to evaluate the need for a tier upgrade.
๐๏ธ List organization's attribute buckets
Get a list of available attribute buckets for your organization