Assign Usergroup to Tenant

Assign the created user to a tenant. Use the UUIDs from the Create Tenant procedure and the Create User procedure to populate this request.

POST https://<NSP Server>:8543/sdn/api/v4/tenants/687f0ce1-8dbc-4998-8442-0d00c73f86e8/usergroup/nspUserGroup/role/OPERATOR

Response:

{
  "status": 0,
  "startRow": 0,
  "endRow": 1,
  "totalRows": 1,
  "data": true
}