In some situations, such as identifying the object that is associated with an error message, it is necessary to identify the UserID associated with a user, a GroupID associated with a group, or a FieldID/GUID associated with a field.
To obtain the FieldID of a single field:
1. Administration > Application Builder.
2. Select Applications.
3. Open the application/questionnaire and go to the Designer tab.
4. Below Designer tab, Layout sub-tab.
5. Below Layout tab, click the square expand button.
0EMVM00000CbYew.png
6. On the object's screen that appears, select the column chooser button.
0EMVM00000CbaYf.png
7. Select the "ID" column.
0EMVM00000CbQhO.png
To obtain the Field GUIDs of all fields in an application:
- Administration
- Integration
- Obtain API Resources
- API Code
- Generate Code
0EMVM000005kagj.jpg
- (select application)
- Note the GUIDs in the automatically generated API code.
0EMVM000005kayT.jpg
To obtain the GroupID of a single group:
- Administration
- Access Control
- Groups
- Hover your mouse over the group.
- GroupID is reported in the bottom right.
To obtain the UserID of a single user:
- Administration
- Access Control
- Manage Users
- Hover your mouse over the user.
- UserID is reported in the bottom right.
To obtain the UserID and GroupID of all users and groups:
- Administration
- Access Control
- Access Control Reports
- Export Account Data
0EMVM000005kbL3.jpg
- (receive an email to your account)
- Download the .zip
- See Users.CSV and Groups.CSV contained inside of the .zip file.