Forum Discussion
richie
Community Hero
Hey manfredt,
Can you provide an example payload so people can see the structure/hierarchy please? This will help in answering your question.
Cheers,
Rich
Can you provide an example payload so people can see the structure/hierarchy please? This will help in answering your question.
Cheers,
Rich
manfredt
4 years agoOccasional Contributor
Hi richie
Here is an example of the structure (better formatted in the attachment)
[
{"user" : {
"id" : "1",
"name" : "user1"},
"roles" : [{
"id" : "a",
"roleName" : "role a"}
]
},
{"user" : {
"id" : "2",
"name" : "user2"},
"roles" : [{
"id" : "a",
"roleName" : "role a",},
{
"id" : "b",
"roleName" : "role b"}
]
}
]
Related Content
- 2 years ago
- 5 years ago
- 12 years ago
- 2 years ago
- 5 years ago