Overview
/
Developer Tools
/
API Reference
/
Orgs
/
Update a member of your org.

Update a member of your org

Path parameters

  • /{user_id}

    stringUUID
    //

HTTP Request

  • application/json

    //
    {
    • role:

      "admin"+1
      • //Admins can do anything in the org.
        "admin"
      • //Members of an org can not modify an org, but they belong in the org.
        "member"
      //
    }

Response

  • 200 OK
    • //
      • company:

        string,
        //
      • created_at:

        stringISO-8601,
        //
      • discord:

        string,
        //
      • email:

        stringEmail Address,
        //
      • email_verified:

        stringISO-8601,
        //
      • first_name:

        string,
        //
      • github:

        string,
        //
      • id:

        stringUUID,
        //
      • image:

        stringURL,
        //
      • last_name:

        string,
        //
      • name:

        string,
        //
      • phone:

        stringPhone Number,
        //
      • updated_at:

        stringISO-8601,
        //
      • role:

        "admin"+2
        • //Admins can do anything in the org.
          "admin"
        • //Members of an org can not modify an org, but they belong in the org.
          "member"
        • //A service account role.
          "service_account"
        //
      }

Examples

put
/org/members/{user_id}
200 OK
Response