Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Retrieves the properties and relationships of a security group member object for Business Central.
HTTP request
Replace the URL prefix for Business Central depending on environment following the guideline.
GET /microsoft/automation/v2.0/companies({id})/securityGroupMembers({id})
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 a securityGroupMember 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})/securityGroupMembers({securityGroupId})
Response
Here is an example of the response.
{
"securityGroupCode" : "",
"userSecurityId" : "",
"securityGroupName" : ""
}