Skip to main content
Version: Current

Introduction

APIs and Models to administer your automation users

API

Here is the list of APIs existing under the Users category.

APIDescription
AssignRoleAsyncThe API assigns the Role ID to the specified user ID of the user inside the connected AI Command Center.
CreateUserAsyncCreates a new User of type UserInfo with specified NewUserInfo details inside the connected AI Command Center.
DeleteUserAsyncDeletes an existing User with a specified user ID from the connected AI Command Center.
GetCurrentUserAsyncGets the current user's UserInfo details from the connected AI Command Center.
GetAllUsersAsyncGets the list of all available UserInfo details from the connected AI Command Center.
GetRolesAsyncThe API gets the assigned list of roles for the specified user ID from the connected AI Command Center.
GetUserByIdAsyncGets UserInfo details with the specified User Id from the connected AI Command Center.
UpdateUserInfoAsyncUpdates the specified UserInfo details inside the connected AI Command Center.

Models

Here is the list of Models used in Users' APIs.

ModelsDescription
NewUserInfoThe structure represents an instance of the New User entity.
PasswordInfoThe structure represents an instance of the Password entity.
UserRoleThe structure represents an instance of the User Role entity.
UserInfoThe structure represents an instance of the User entity.