Hi
Anyone know how to use REST API to call account definition for a person
Thx
Hi
Anyone know how to use REST API to call account definition for a person
Thx
In SDK in V8 now it is also REST API reference guide. According to that :
...where the last UID is representing desired Account definition
Body contains Person's UID's :
{"members": [
"31d99791-d658-40d7-b5e5-58eecf998797",
"40e43904-4958-4bce-915b-f77bab675f06",
"7c21b251-d774-4616-bc3a-b91506ddb23b"]
}
And the Response might look something like:
{
"assigned": 3,
"removed": 0
}
In SDK in V8 now it is also REST API reference guide. According to that :
...where the last UID is representing desired Account definition
Body contains Person's UID's :
{"members": [
"31d99791-d658-40d7-b5e5-58eecf998797",
"40e43904-4958-4bce-915b-f77bab675f06",
"7c21b251-d774-4616-bc3a-b91506ddb23b"]
}
And the Response might look something like:
{
"assigned": 3,
"removed": 0
}