Skip to content

Latest commit

 

History

History
70 lines (49 loc) · 2 KB

dynamics_usergroupmember_get.md

File metadata and controls

70 lines (49 loc) · 2 KB
title description author ms.topic ms.devlang ms.date ms.author ms.reviewer
Get userGroupMember
Gets an user group member object in Dynamics 365 Business Central.
SusanneWindfeldPedersen
reference
al
05/31/2024
solsen
solsen

Get userGroupMember

Retrieves the properties and relationships of an user group member object for [!INCLUDEd365fin_long_md].

HTTP request

Replace the URL prefix for [!INCLUDE prod_short] depending on environment following the guideline.

GET /microsoft/automation/v2.0/companies({companyId})/users({userSecurityId})/userGroupMembers({userGroupMemberId})

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 userGroupMember 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})/userGroupMembers({userGroupMemberId})

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.

{
    "id": "d38a92e2-9d74-eb11-bb5c-00155df3a615",
    "code": "D365 BUS PREMIUM",
    "userSecurityId": "7ae30772-481f-4895-a042-98f36e280680",
    "companyName": "CRONUS USA, Inc.",
    "displayName": "D365 Premium Business Access"
}

See Also

Tips for working with the APIs
userGroupMember