Add a new user.post https://example.com/user-profile/v1/usersRecent RequestsLog in to see full request historyTimeStatusUser Agent Retrieving recent requests…LoadingLoading…Body ParamsUser object that needs to be added.externalIdstringrequiredlength ≤ 512firstNamestringlength ≤ 512lastNamestringlength ≤ 512uidstringlength ≤ 30displayNamestringlength ≤ 512emailstringlength ≤ 512rolesarray of stringsrequiredlength between 1 and 1authenticatedVisitorviewereditormanageradminResponses 201User was created successfully. 400Response indicating a client error. 409A user with same externalID does already exist. 429Too Many Requests, the server has reached a limit, the request must be sent again at a later time.Updated 8 days ago