dharnendra | 2020-02-17 15:10:07 UTC | #1
I do have requirement to fetch the user ID based on its email address.
PureCloudPlatform.Client.V2.Api.UsersAPI didn;t have any such method. Can you update me how I can have user's id from email address
mikehardie | 2020-02-18 00:28:41 UTC | #2
Query: POST /api/v2/users/search
{ "sortOrder": "DESC", "sortBy": "email", "pageSize": 1, "pageNumber": 1, "query": [ { "fields": ["email"], "value": "emailladdresshere", "type": "EXACT", "operator":"AND" } ] }
system | 2020-03-20 00:28:41 UTC | #3
This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.
This post was migrated from the old Developer Forum.
ref: 7142