Service Users represent the automated processes you want to grant access to your Organization. When you create a Service User you can:Documentation Index
Fetch the complete documentation index at: https://docs.m3ter.com/llms.txt
Use this file to discover all available pages before exploring further.
- Add Permission Policies to the Service User to control what they can do when they gain access to your Organization.
- Generate Access Keys for the Service User, which you can use to perform service authentication with the m3ter platform. When you have authenticated the Service User, you can then can obtain a Bearer Token for use in API calls made to the platform by the Service User. For more details, see Service Authentication.
- Creating Service Users
- Assigning Permission Policies to Service Users
- Generating Access Keys for Service Users
- Managing Service Users
Creating Service Users
To create a Service User:- Select Settings>Access settings. The Access settings page opens with the Users tab selected.
- Select the Service users tab. Existing Service Users in your Organization are listed.
- Select Create service user. The Create page opens.
- Enter a Name for the new Service User.
- If you want to generate an access key for the new Service User, leave the Generate access key switch enabled, which is the default setting.
- Note that you can create the new Service User without generating an access key - simply disable the switch - and you can edit and generate an access key later. See the section below.
- If you want to assign Permission Policies to the new Service User, use the Permission policies drop-down list to select them - the list will contain both the Managed and any Custom Permission Policies that exist in your Organization.
- Note that you can create the new Service User without assigning any Permission Policies - simple leave the Permission policies drop-down empty - and you can edit and assign them later. See the section below.
- Select Create service user. The new Service User is created and a Generate access key popup appears, which shows:
- Organization ID
- Access Key ID
- API Secret
- Environment variables
- JSON
- Individual values
- On the Generate access key popup, select Close. You are returned to the Service user details page for the new Service User:

- Assigned the Administrator Permission Policy.
- Generated an Access key.
Adding Permission Policies to Service Users
Two Managed Permission Policies are currently available to assign to your Service Users:- Administrator. Read and write permissions. Can submit API calls.
- ReadOnly. Read permissions only. Cannot submit API calls.
- On the Settings>Access settings>Service users tab, select the Name text of the Service User. The details page for the Service User opens. Any Permission Policies assigned to the Service User are listed in the Permission policies panel.
- Select Add permission policies. A Select permission policies dialog appears.
- Select the Permission Policies you want to assign to the Service User and click Confirm. You are returned to the details page where the selected Permission Policy is now listed in the Permission policies panel.
- If you want add another Permission Policy to the Service User, repeat steps 2 and 3.
- If you want to delete a Permission Policy from a Service User, select the Delete button. You are asked to confirm the delete action.
Generating Access Keys for Service Users
You can generate access keys for Service Users at any time. To add and manage Access Keys for Service Users:- On the Settings>Access settings>Service users tab, select the Name text of the Service User. The details page for the Service User opens. Any access keys generated for the Service User are listed in the Access keys panel.
- Select Generate access key. A Generate access key popup appears, which shows:
- Organization ID
- Access key ID
- API secret
- Environment variables
- JSON
- Individual values
- On the Generate access key popup, select Close. You are returned to the details page where the access key is listed as ACTIVE on the Access keys panel.
- If you want to generate additional access keys, you can repeat steps 2 to 3. If you generate additional keys, you should take care to mark the old ones as Inactive - those for which you cannot remember or find the Api secret or those no longer required due to rotation.
Managing Service Users
To manage Service Users:- Select Settings>Access settings. The Access settings page opens with the Users tab selected.
- Select the Service users tab. The page adjusts and list the Service Users in your Organization.
- If you want to edit a Service User, select the Edit icon:

- Make your editing changes and select Update service user.
- If you want to delete a Service User, select the Delete icon:

- Select Yes to continue and delete the Service User.