Assign role to userΒΆ
A user can be assigned roles. This can only be done by the admin user.
To add a role to a user, make a request to /admin/user/add-role
endpoint.
POST auth.<cluster-name>.hasura-app.io/admin/user/add-role HTTP/1.1
Content-Type: application/json
{
"role" : "merchant",
"hasura_id": 42
}
Was this page helpful?