A user can be assigned roles. This can only be done by the admin user.
Auth
Browse Users
POST auth.<cluster-name>.hasura-app.io/admin/user/add-role HTTP/1.1 Content-Type: application/json { "role" : "merchant", "hasura_id": 2 }