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/v3/tenants/a08576d9-1368-4d2e-a100-e91279ff57b1/usergroup/nspUserGroup/role/OPERATOR

Response:

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