Payload :
{
"empID": "12345",
"firstName": "ABC",
"lastName": "XYZ",
"email": "abc@gmail.com"
"roles":[
{
"roleID": "123",
"roleName":""MighytRole
}
],
region:"Asia"
}
Aggregation:
Left-side fields should be exactly matched with schema fields.
Right-side fields should be exactly matched with payload or application fields.
Create / Update Account:
Left-side fields should be exactly matched with payload fields.
Right-side fields should be exactly matched with provisioning policy fields
Methods:
Create Account: POST
Update Account: PUT
Disable Account: PUT
Enable Account: GET
Delete Account: DELETE
Get Account: GET
No comments:
Post a Comment