Module org

Source

Functions§

add_org_member
Adds a user as a member of an organization with a specific role.
create_org
Creates a new organization in the system.
delete_org
Deletes an organization from the system.
get_org_by_id
Retrieves a specific organization by its unique identifier.
list_orgs
Retrieves all organizations in the system, ordered by creation time.
remove_org_member
Removes a user from an organization.
update_org
Updates an existing organization’s information.
update_org_member_role
Updates a user’s role within an organization.