# Functions

添加用户到用户组 Add the user to the group PUT /v3/groups/{group_id}/users/{user_id}.
查询用户组是否拥有全局服务权限 Check whether the group has the global permission HEAD /v3/domains/{domain_id}/groups/{group_id}/roles/{role_id}.
查询用户组是否拥有项目服务权限 Check whether the user group has the project service permission HEAD /v3/projects/{project_id}/groups/{group_id}/roles/{role_id}.
查询用户是否在用户组 Check whether the user is in the group HEAD /v3/groups/{group_id}/users/{user_id}.
获取委托方的token Get the token of the agency POST /v3/auth/tokens.
创建用户组 Create a group POST /v3/groups.
创建项目 Create a project POST /v3/projects.
通过用户名/密码的方式进行认证来获取token, 作用范围为整个账号 Get the token by name/password, and the function scope is the account POST /v3/auth/tokens.
获取用户Token(使用密码+虚拟MFA), 作用范围为整个账号 Get the token by name/password and virtual MFA, and the function scope is the account POST /v3/auth/tokens.
通过用户名/密码的方式进行认证来获取token, 作用范围为项目 Get the token by name/password, and the function scope is project POST /v3/auth/tokens.
获取用户Token(使用密码+虚拟MFA),作用范围为项目 Get the token by name/password and virtual MFA, and the function scope is project POST /v3/auth/tokens.
创建用户 Create a user POST /v3/users.
删除用户组 Delete the group DELETE /v3/groups/{group_id}.
删除用户 Delete the user DELETE /v3/users/{user_id}.
查询用户可以访问的账号详情 Query details of account that can be accessed by users GET /v3/auth/domains.
查询服务目录 Query the service catalog GET /v3/auth/catalog.
查询账号密码强度策略 Query the password strength policy of the account GET /v3/domains/{domain_id}/config/security_compliance.
按条件查询账号密码强度策略 Query the password strength policy of the account by condition GET /v3/domains/{domain_id}/config/security_compliance/{option}.
查询终端节点详情 Query the endpoint detail GET /v3/endpoints/{endpoint_id}.
查询项目详情 Query the project detail GET /v3/projects/{project_id}.
查询服务详情 Query the servic detail GET /v3/services/{service_id}.
为用户组授予全局服务权限 Grant permissions for group on global PUT /v3/domains/{domain_id}/groups/{group_id}/roles/{role_id}.
用户组授予项目服务权限 Grant permissions for group on project PUT /v3/projects/{project_id}/groups/{group_id}/roles/{role_id}.
用户组授予所有项目服务权限 Grant all project permissions to the group.
查询终端节点列表 Query a endpoint list GET /v3/endpoints.
查询用户组列表 Query a group list GET /v3/groups.
查询用户所属的用户组 Query the group to which the User belongs GET /v3/users/{user_id}/groups.
查询权限列表 Query a permission list GET /v3/roles.
查询全局服务中的用户组权限 Query permissions for group on global GET /v3/domains/{domain_id}/groups/{group_id}/roles.
查询项目服务中的用户组权限 Query permissions for group on project GET /v3/projects/{project_id}/groups/{group_id}/roles.
查询用户可以访问的项目列表 Listing the project accessible to user GET /v3/auth/projects.
查询指定条件下的项目列表 Query the project list on specified conditions GET /v3/projects.
查询指定用户的项目列表 Query the project list by the user id GET /v3/users/{user_id}/projects.
查询服务列表 Query a service list GET /v3/services.
查询用户列表 Query a user list GET /v3/users.
查询用户组中所包含的用户 Query all users in the group GET /v3/groups/{group_id}/users.
查询用户组详情 Query the group detail GET /v3/groups/{group_id}.
查询权限详情 Query a permission detail GET /v3/roles/{role_id}.
查询用户详情 Query the user detail GET /v3/users/{user_id}.
移除用户组的全局服务权限 Removing the global permission from the group DELETE /v3/domains/{domain_id}/groups/{group_id}/roles/{role_id}.
移除用户组的项目服务权限 Removing the project permission from the group DELETE /v3/projects/{project_id}/groups/{group_id}/roles/{role_id}.
移除用户组中的用户 Remove the user in the group DELETE /v3/groups/{group_id}/users/{user_id}.
查询区域详情 Query the region detail GET /v3/regions/{region_id}.
查询区域列表 Query a region list GET /v3/regions.
更新用户组 Update the group info PATCH /v3/groups/{group_id}.
修改项目 Update thee project PATCH /v3/projects/{project_id}.
更新用户信息 Update the user info PATCH /v3/users/{user_id}.
更新用户密码 Update the user password POST /v3/users/{user_id}/password.
校验本账号中用户token的有效性 Verify the validity of the user token in the account GET /v3/auth/tokens.