View Source Auth0.Management.Organizations (Auth0Api v2.2.0)
Summary
Functions
Enable a specific connection for a given Organization. To enable a connection, it must already exist within your tenant; connections cannot be created through this action.
Set one or more existing users as members of a specific Organization.
Assign one or more roles to a user to determine their access for a specific Organization.
Create a new Organization within your tenant.
Create a user invitation for a specific Organization. Upon creation, the listed user receives an email inviting them to join the Organization.
Remove an Organization from your tenant. This action cannot be undone.
Disable a specific connection for an Organization. Once disabled, Organization members can no longer use that connection to authenticate.
Delete an invitation to an Organization
Delete members from an organization
Remove one or more Organization-specific roles from a given user.
Retrieve details about a single Organization specified by ID.
Retrieve details about a single Organization specified by name.
Retrieve details about a specific connection currently enabled for an Organization. Information returned includes details such as connection ID, name, strategy, and whether the connection automatically grants membership upon login.
Get a specific invitation to an Organization
Retrive detailed list of all Organizations available in your tenant.
Retrieve details about a specific connection currently enabled for an Organization. Information returned includes details such as connection ID, name, strategy, and whether the connection automatically grants membership upon login.
Retrieve a detailed list of invitations sent to users for a specific Organization. The list includes details such as inviter and invitee information, invitation URLs, and dates of creation and expiration.
List organization members.
Retrieve detailed list of roles assigned to a given user within the context of a specific Organization.
Update the details of a specific Organization, such as name and display name, branding options, and metadata.
Modify the details of a specific connection currently enabled for an Organization.
Types
Functions
Enable a specific connection for a given Organization. To enable a connection, it must already exist within your tenant; connections cannot be created through this action.
see
https://auth0.com/docs/api/management/v2/organizations/post-enabled-connections
Set one or more existing users as members of a specific Organization.
see
https://auth0.com/docs/api/management/v2/organizations/post-members
Assign one or more roles to a user to determine their access for a specific Organization.
see
https://auth0.com/docs/api/management/v2/organizations/post-organization-member-roles
Create a new Organization within your tenant.
see
https://auth0.com/docs/api/management/v2/organizations/post-organizations
Create a user invitation for a specific Organization. Upon creation, the listed user receives an email inviting them to join the Organization.
see
https://auth0.com/docs/api/management/v2/organizations/post-invitations
Remove an Organization from your tenant. This action cannot be undone.
see
https://auth0.com/docs/api/management/v2/organizations/delete-organizations-by-id
@spec delete_connection(id(), connection_id(), config()) :: {:ok, String.t()} | error()
Disable a specific connection for an Organization. Once disabled, Organization members can no longer use that connection to authenticate.
see
https://auth0.com/docs/api/management/v2/organizations/delete-enabled-connections-by-connection-id
@spec delete_invitation(id(), invitation_id(), config()) :: {:ok, String.t()} | error()
Delete an invitation to an Organization
see
https://auth0.com/docs/api/management/v2/organizations/delete-invitations-by-invitation-id
Delete members from an organization
see
https://auth0.com/docs/api/management/v2/organizations/delete-members
Remove one or more Organization-specific roles from a given user.
see
https://auth0.com/docs/api/management/v2/organizations/delete-organization-member-roles
Retrieve details about a single Organization specified by ID.
see
https://auth0.com/docs/api/management/v2/organizations/get-organizations-by-id
Retrieve details about a single Organization specified by name.
see
https://auth0.com/docs/api/management/v2/organizations/get-name-by-name
@spec get_connection(id(), connection_id(), config()) :: {:ok, map()} | error()
Retrieve details about a specific connection currently enabled for an Organization. Information returned includes details such as connection ID, name, strategy, and whether the connection automatically grants membership upon login.
see
https://auth0.com/docs/api/management/v2/organizations/get-enabled-connections-by-connection-id
Get a specific invitation to an Organization
see
https://auth0.com/docs/api/management/v2/organizations/get-invitations-by-invitation-id
Retrive detailed list of all Organizations available in your tenant.
see
https://auth0.com/docs/api/management/v2/organizations/get-organizations
Retrieve details about a specific connection currently enabled for an Organization. Information returned includes details such as connection ID, name, strategy, and whether the connection automatically grants membership upon login.
see
https://auth0.com/docs/api/management/v2/organizations/get-enabled-connections
Retrieve a detailed list of invitations sent to users for a specific Organization. The list includes details such as inviter and invitee information, invitation URLs, and dates of creation and expiration.
see
https://auth0.com/docs/api/management/v2/organizations/get-invitations
List organization members.
see
https://auth0.com/docs/api/management/v2/organizations/get-members
Retrieve detailed list of roles assigned to a given user within the context of a specific Organization.
see
https://auth0.com/docs/api/management/v2/organizations/get-organization-member-roles
Update the details of a specific Organization, such as name and display name, branding options, and metadata.
see
https://auth0.com/docs/api/management/v2/organizations/patch-organizations-by-id
Modify the details of a specific connection currently enabled for an Organization.
see
https://auth0.com/docs/api/management/v2/organizations/patch-enabled-connections-by-connection-id