Team Members

The TeamMember table in the Team package is a comprehensive database that stores information about all the members in a team. It includes details such as the member's name, contact information, role in the team, and any key responsibilities or duties they are assigned. This table also tracks each member's progress and contribution towards team goals and projects. Additionally, the TeamMember table allows team leaders to track attendance, schedule meetings with individual members, and assign tasks efficiently. This centralized database enables smooth communication and collaboration within the team, making it an essential tool for effective team management.

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

The TeamMemberId field in the TeamMember table is a unique identifier assigned to each individual who is a part of a team. This field is of type int, meaning it can hold integer values ranging from -2,147,483,648 to 2,147,483,647. This numeric value serves as a primary key for the team member, making it easier to keep track of and identify each individual within the team. The TeamMemberId acts as a unique identification number, ensuring that each team member has a distinct identity in the table. This field is crucial for efficient organization and management of team members, as well as for establishing connections with other tables within the database.

int32

SystemAccountId is a field in the TeamMember table that stores the unique identification number assigned to each team member within the system. It is of data type int, which represents an integer value, and serves as a primary key for each record in the table. This field is crucial for tracking and managing team members' information, as it provides a unique identifier for each individual. It allows for easy and efficient access to a team member's data and facilitates the management and organization of the team as a whole.

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!