Question
I'd like to change the format of the user ID that I'm using in xMatters. Is it possible to modify multiple user IDs at the same time?
Environment
All versions of xMatters
Answer
Yes, you can update multiple user IDs at the same time using the xMatters API to get the specific users and update their userID field.
Update multiple userID fields using the xMatters API
- Use the "Get People", "Get a Person (by id)", or "Get a Person (by query)" endpoint to obtain the "id" property for each applicable user.
- Use the "Modify a Person" endpoint to update the userID field.
- Repeat for each user as needed.
Alternatively, you can update multiple user IDs in the web user interface by deleting the current users, and re-uploading them with the new information. However, this would also remove any groups, subscriptions, or schedules they previously had.
Comments
0 commentsArticle is closed for comments.