Skip to main content

Add member to selected team

POST 

/teams/:teamName/members

The operation allows you to add member to a specific team.

Request

Path Parameters

    teamName stringrequired

    Possible values: non-empty

Header Parameters

    X-Codenow-Api-Key anyrequired

    CodeNOW API Key

Body

required

    username stringrequired

    Possible values: non-empty


    The unique identifier of the user we are adding as a team member consists of a username string.

Responses

Team member was added

Schema

    status stringrequired

    Possible values: non-empty

Loading...