Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Status
colourYellow
titlePUT
/rest/orgwise/3/member/{userNameOrKeyid}

DESCRIPTION

Modify the superior supervisor, gender, phone number, role, comments, or other extended properties of a member. You can modify one or more of the above information attributes at once. Information modification will generate change records.

...

Param

Description

Required

userNameOrKey

The user name member ID or key username of a Jira usermember.

Required

REQUEST BODY

Code Block
{
    "no":"E1",
    "superior":"amy",
    "gender":"MALE",
    "phone":1555668444,
    "roles":"EMPLOYEE,ADMIN",
    "memo":""
    "memberProperties":[{"id":33,"value":"1,2"}]
}

...