Get Licensed Users
This request retrieves a list of M365 users that are assigned with Live Platform licenses.
URI
Copy
{{baseUrl}}/api/v3/customer/{umpCustomerGuid}/licensedUsers
HTTP Method
GET
Request Parameters
Parameter |
Type |
Description |
||||||
---|---|---|---|---|---|---|---|---|
umpCustomerGuid |
string($uuid) (path) |
umpCustomerGuid' value created in the Live Platform customer tenant SQL database directory:
Extract this value using Get Services Brief Details (V3) or Get Customers Brief Details (V2) searching for the matching Short Name of the service. |
Example Response
Copy
[
{
"sipAddress": "alexw@m365x89839532.onmicrosoft.com",
"licenseCriteria": "Managed Users - By User Interface"
},
{
"sipAddress": "lidiah@m365x89839532.onmicrosoft.com",
"licenseCriteria": "Managed Users - By LifeCycle Management"
},
{
"sipAddress": "pattif@m365x89839532.onmicrosoft.com",
"licenseCriteria": "Managed Users - By LifeCycle Management"
},
{
"sipAddress": "debrab@m365x89839532.onmicrosoft.com",
"licenseCriteria": "Managed Users - By LifeCycle Management"
},
{
"sipAddress": "isaiahl@m365x89839532.onmicrosoft.com",
"licenseCriteria": "Managed Users - By LifeCycle Management"
},
{
"sipAddress": "diegos@m365x89839532.onmicrosoft.com",
"licenseCriteria": "Managed Users - By LifeCycle Management"
},
{
"sipAddress": "miriamg@m365x89839532.onmicrosoft.com",
"licenseCriteria": "Managed Users - By LifeCycle Management"
},
{
"sipAddress": "jonis@m365x89839532.onmicrosoft.com",
"licenseCriteria": "Managed Users - By LifeCycle Management"
},
{
"sipAddress": "meganb@m365x89839532.onmicrosoft.com",
"licenseCriteria": "Managed Users - By LifeCycle Management"
}
]
Response
■ | 200 OK |
Parameter |
Type |
Description |
|||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
sipAddress | string | The SIP address of the licensed user. | |||||||||||||||
licenseCriteria | string |
The details of the licensed factors:
|
■ | 404 Not Found |
■ | 500 Internal Server Error |