/
SE
serval
/
Serval Public API
Search skmtc…
⌘K
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Sources
Subscribe
v1
latest
OpenAPI 3.1.0
Serval License
2026-07-26
202
952
779.1 KB
Team User API
Create Team User
Add a user to a team with a specified role.
post
/v2/teams/{team_id}/users
Path parameters
team_id
string
required
Request body
object
required
userId
string
required
role
'TEAM_USER_ROLE_UNSPECIFIED'
|
'TEAM_USER_ROLE_AGENT'
|
'TEAM_USER_ROLE_MANAGER'
|
'TEAM_USER_ROLE_BUILDER'
|
'TEAM_USER_ROLE_VIEWER'
|
'TEAM_USER_ROLE_CONTRIBUTOR'
|
'TEAM_USER_ROLE_DRAFTER'
|
'TEAM_USER_ROLE_READONLY_AGENT'
|
'TEAM_USER_ROLE_APP_BUILDER'
required
Response
Success
SvauthPublicCreateTeamUserResponse
required
data
SvauthPublicTeamUser