Linking IAM Group and UserΒΆ

Link the IAM Group created at Creating IAM Group and the user whose API execution authority is intended to be controlled. The end point required to link the IAM Group and the user is as bellows:
Any request body is not required to link them.
End point:
PUT {api_endpoint}/api/v2/iam/groups/{iam_group_id}/users/{user_id}
Example of request for linking IAM Group and the User:
curl -1 -i -X PUT -H "X-Auth-Token:d62c36383ec14532a325387da7149373" https://sss-jp1-ecl.api.ntt.com/api/v2/iam/groups/09d98eda-6421-11e6-9827-e1e34fb8c324/users/ecid1234567890

With the linkage between the user and IAM Group, the API Execution Authority Control on IAM Role linking to the IAM Group is applied.