System Account Access

Shows the Accesses that a system account has privelges too.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
int32

SystemAccountId is an integer data type field in the SystemAccountAccess table. It stores a unique id number associated with each System Account, so that access to the account can be properly tracked.

int32

ActionId is an int data type primary key field in the SystemAccountAccess table. It represents a unique identifier for the various system account access actions that have taken place for a given system account.

string
required
length ≥ 1

The Caption field in the SystemAccountAccess table is an nvarchar data type used to store a brief, easily understandable description of the access provided with the account.

string | null

The EntityId field in the SystemAccountAccess table is of data type nvarchar and has a maximum length of 450 characters. It stores an entity's unique identifier which can be used for authentication and authorization purposes to grant or limit access to certain system accounts.

string | null

Miscellaneous notes and information for the entry or record.

string
required
length ≥ 1

The AccessGroup field in the SystemAccountAccess table is an nvarchar field used to store the name of the group that the user has access to. It can contain any alphanumeric characters.

int32

The AccessGroupId field is an integer data type that belongs to the table SystemAccountAccess. This field represents the unique identifier for the group that has been given access to a system account. In other words, it indicates which specific group has been granted permission to access a particular system account. This field is important for managing access to sensitive information and ensuring that only authorized individuals have access to the appropriate accounts. This field can be linked to other tables or databases for further information and tracking of access permissions.

Headers
string
enum
Defaults to application/json;odata.metadata=minimal;odata.streaming=true

Generated from available request content types

Response
200

OK

Language
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here!