Retrieves the properties and relationships of an user object for Dynamics 365 Business Central.
HTTP request
Replace the URL prefix for Business Central depending on environment following the guideline.
GET /microsoft/automation/v2.0/companies({companyId})/users({userSecurityId})
Request headers
Header | Value |
---|---|
Authorization | Bearer {token}. Required. |
Request body
Do not supply a request body for this method.
Response
If successful, this method returns a 200 OK
response code and an user object in the response body.
Example
Request
Here is an example of the request.
GET https://api.businesscentral.dynamics.com/v2.0/{environment name}/api/microsoft/automation/v2.0/companies({companyid})/users({userSecurityId})
Response
Here is an example of the response.
Note
The response object shown here may be truncated for brevity. All of the properties will be returned from an actual call.
{
"userSecurityId": "82ae94d5-3445-47de-8668-714b5113a9c2",
"userName": "JOE",
"displayName": "JOE JONES",
"state": "Enabled",
"expiryDate": "0001-01-01T00:00:00Z",
"contactEmail": "joejones@contoso.com"
}