Skip to main content

Retrieve OrgUser

Function name: m3ter_GetOrgUser Category: READ HTTP method: GET Destination: m3ter Retrieve the OrgUser with the given UUID. Retrieves detailed information for a specific user within an Organization, using their unique identifier (UUID).

Parameters

Exits

Update OrgUser

Function name: m3ter_PutOrgUser Category: WRITE HTTP method: PUT Destination: m3ter Update the OrgUser with the given UUID. Updates the details for a specific user within an Organization using their unique identifier (UUID). Use this endpoint when you need to modify user information such as their permission policy.

Parameters

Exits

Retrieve OrgUser Permissions

Function name: m3ter_GetOrgUserPermissions Category: READ HTTP method: GET Destination: m3ter Retrieve the permissions for the OrgUser with the given UUID. Retrieves a list of all permissions associated with a specific user in an Organization using their UUID. The list can be paginated for easier management.

Parameters

Exits

List OrgUsers

Function name: m3ter_ListOrgUsers Category: READ HTTP method: GET (paginated) Destination: m3ter Retrieve a list of OrgUsers. Retrieves a list of all users within a specified Organization. Use this endpoint to get an overview of all users and their basic details. The list can be paginated for easier management.

Parameters

Exits

Retrieve OrgUser Groups

Function name: m3ter_GetOrgUserGroups Category: READ HTTP method: GET Destination: m3ter Retrieve a list of User Groups for an OrgUser. Retrieves a list of all User Groups that a specific user belongs to within an Organization. The list can be paginated for easier management. Notes:
  • User Groups as Resource Groups. A User Group is a Resource Group - one used to group resources of type user. You can use the Create ResourceGroup call detailed in the ResourceGroup section to create a User Resource Group, and then use the Add Item and Remove Item calls to manage which Users belong to the User Resource Group.
  • Using the inherited parameter for the Retrieve OrgUser Groups call. Resource Groups can be nested, which means a User Resource Group can contain another User Resource Group as a member. You can use the inherited parameter with this Retrieve OrgUser Groups call as a QUERY PARAMETER to control which User Resource Groups are returned:
  • If the user specified belongs to a User Resource Group that is nested as part of another User Resource Group:
    • If inherited = TRUE, then any Groups the user belongs to AND any parent Groups those Groups belong to as nested Groups are returned.
    • If inherited = FALSE, then only those User Resource Groups to which the user belongs are returned.

Parameters

Exits

Retrieve current user information

Function name: m3ter_GetMe Category: READ HTTP method: GET Destination: m3ter Retrieve information about the current user

Parameters

Exits

Resend temporary password for user

Function name: m3ter_AdminResendTempPass Category: WRITE HTTP method: PUT Destination: m3ter Resend temporary password for user

Parameters

Exits