Teams
Functions
Link copied to clipboard
Retrieves a user from a team.
Link copied to clipboard
suspend fun getUsers(teamId: String, search: String? = null, page: Int? = null, pageSize: Int? = null): SearchResponse<TeamMember>
Retrieves the users of a team.
Link copied to clipboard
suspend fun getWebsites(teamId: String, search: String? = null, page: Int? = null, pageSize: Int? = null): SearchResponse<Website>
Retrieves the websites of a team.
Link copied to clipboard
Joins a team.
Link copied to clipboard
Removes a user from a team.
Link copied to clipboard
Updates a user's role in a team.