Find Teams for User
/api/v1/org/{orgId}/user/{userId}/teams Find Teams for User
Find the teams that this user is assigned to in this organization. Only the currently authenticated user can be referenced as the userId URL parameter.
Requires
read:teampermission.
Path parameters
orgIdstring · uuidrequiredUUID identifier for this StackHawk Organization.
userIdstring · uuidrequiredUUID identifier for this StackHawk User.
Query parameters
pageTokeninteger · int32Pagination request page increment.
0pageSizeinteger · int32Pagination response size limit.
10Response
Paginated response of teams.
pageToken to provide for the next page of results.
found list of teams.
total number of results.
pageToken to provide for the next page of results.
found list of teams.
total number of results.
Unauthorized