RoleSearchMedia

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"
        }
    }
}
roles
Required

List of roles to filter the search by

object
_links
Optional

The resource HATEOAS links. Usually includes a "self" link for this resource