System Account Members

The SystemAccountMember table in the Team package is a crucial component of managing team memberships within a system. This table stores information about the members of a team, including their unique identification number, their assigned role in the team, and their access level to certain system features. The table also tracks important dates such as when a member joined the team and when they were last active on the system. This information allows for efficient management of team memberships, providing valuable insights to administrators on team dynamics and engagement. The SystemAccountMember table is essential for maintaining a well-organized and cohesive team within a system.

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

The SystemAccountId field in the SystemAccountMember table is a primary key that stores a unique integer value for each member's system account. This field serves as a unique identifier for each member and allows for efficient access and management of their account. It is a crucial component of the table's structure and is essential for maintaining the integrity and security of the data within the system. The data type for this field is 'int', which stands for integer, and is typically used to store whole numbers.

string | null

The TeamId field in the SystemAccountMember table is a variable-length string data type (nvarchar) with a maximum length of 450 characters. This field is used to store the unique identifier of the team that a member belongs to. It is typically used for referencing and organizing members within a specific team when multiple teams are managed within a system. The TeamId field plays a crucial role in maintaining a structured and organized team management system.

int32

The MemberSystemAccountId is a unique, non-null field in the SystemAccountMember table, used to identify each member account within a system. It is a primary key, which means it is a crucial and essential field in the table that cannot be duplicated or null. This field is of data type int, meaning it stores whole numbers without decimal places. It serves as a reference for other tables in the database, linking member information to their corresponding system account. With the MemberSystemAccountId, each member can be easily identified and accessed within the SystemAccountMember table, ensuring efficient and accurate data management.

string | null

The MemberName field is a data type of nvarchar in the SystemAccountMember table. It is used to store the names of members associated with a system account. This field allows for easy identification and organization of system account members. It is capable of accommodating both first and last names, as well as special characters and symbols. The nvarchar data type allows for a maximum of 4000 characters, making it suitable for longer names. The MemberName field is important in maintaining accurate and detailed records of system account members, facilitating smooth and efficient account management.

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!