GET {ns}/Access/GetAccessProfiles?externalId={externalId}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
externalId | string |
Required |
|
ns | string |
None. |
Body Parameters
None.
Response Information
Resource Description
AccessInfoViewModelName | Description | Type | Additional information |
---|---|---|---|
Values | string |
None. |
|
IsSuspended | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{ "<Values>k__BackingField": "sample string 1", "<IsSuspended>k__BackingField": true }
application/xml, text/xml
Sample:
<AccessInfoViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Fusion.WebAPI.Models"> <_x003C_IsSuspended_x003E_k__BackingField>true</_x003C_IsSuspended_x003E_k__BackingField> <_x003C_Values_x003E_k__BackingField>sample string 1</_x003C_Values_x003E_k__BackingField> </AccessInfoViewModel>