profile resource type
Represents a profile in Dynamics 365 Business Central.
Note
For information about enabling APIs for Business Central see Enabling the APIs for Dynamics 365 Business Central.
Methods
Method | Return Type | Description |
---|---|---|
GET profile | profile | Gets a profile object. |
Properties
Property | Type | Description |
---|---|---|
scope | string | Scope of the profile. |
applicationId | GUID | The ID of the App. |
profileId | string | The unique ID of the profile. |
source | string | The source of the profile. |
displayName | string | Specifies the profile's name. |
enabled | boolean | Specifies if the profile is enabled. |
JSON representation
Here is a JSON representation of the profile resource.
{
"scope": "string",
"applicationId": "GUID",
"profileId": "string",
"source": "string",
"displayName": "string",
"enabled": true
}