Get a property or include
GET https://{{host}}/identity-management/v3/user-admin/properties/:assetId?groupId={{groupId}}
This operation fetches a property's or include's details. The response returns details for propertyId regardless of whether it represent a property or include in PAPI. To learn more, see Manage access to properties and includes.
Request Params
| Key | Datatype | Required | Description | 
|---|---|---|---|
| groupId | string | (Required) Unique identifier for each group. To get this value, run the List groups operation. | |
| accountSwitchKey | string | (Optional) For customers who manage more than one account, this runs the operation from another account. The Identity and Access Management API provides a list of available account switch keys. | 
HEADERS
| Key | Datatype | Required | Description | 
|---|---|---|---|
| Accept | string | 
RESPONSES
status: OK
{"arlConfigFile":"0rb-internet-company-01.com.xml","createdBy":"afero@example.com","createdDate":"2017-07-27T18:11:25.000Z","groupId":12345,"groupName":"Sales Team","modifiedBy":"adevi@example.com","modifiedDate":"2017-07-27T18:11:25.000Z","propertyId":9678999,"propertyName":"0rb-internet-company-01.com"}