Skip to main content
PATCH
/
api
/
v1
/
members
/
me
Update My Member Info
curl --request PATCH \
  --url https://api.example.com/api/v1/members/me \
  --header 'Content-Type: application/json' \
  --data '
{
  "fullName": "<string>"
}
'
{
  "id": "<string>",
  "accountId": "<string>",
  "email": "<string>",
  "roleName": "admin",
  "membershipCreatedAt": "2023-11-07T05:31:56Z",
  "permissionName": "<string>",
  "fullName": "<string>"
}

Body

application/json
fullName
string

Response

id
string
required
accountId
string
required
email
string
required
roleName
enum<string>
required
Available options:
admin,
viewer,
editor
membershipCreatedAt
string<date-time>
required
permissionName
string
fullName
string