Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

POST /rest/orgwise/3/department/{id}/member/usernames

DESCRIPTION

Add members to a department by their Jira username. Multiple members can be added at one API call.

MEDIA TYPE

application/json

PATH PARAM

Param

Description

Required

id

The ID or No. of a department.

Required

REQUEST BODY

{
  "members": "Pluto, Zelda"
}

BODY PARAM

Param

Type

Description

Required

members

string

Usernames of members to be added to the department, saperated by “,“.

Required

RESPONSE

{
    "code": 0,
    "msg": "Success"
}

  • No labels