RoleSearchMedia
RoleSearchMedia
Represents the request body for searching roles assigned to members
JSON Example
{
"roles": [
{
"type": "vc",
"_links": {
"self": {
"href": "https://example.com/path-to-self"
}
},
"role_name": "roleA"
}
],
"_links": {
"self": {
"href": "https://example.com/path-to-self"
}
}
}
object
_links
Optional
The resource HATEOAS links. Usually includes a "self" link for this resource