Skip to main content
POST
/
admin
/
iser
/
update
Update iser details.
curl --request POST \
  --url https://api.example.com/admin/iser/update \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "forIserCode": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "forIserID": 123,
  "languageID": 1,
  "bio": null,
  "countryAbbreviation": null,
  "email": null,
  "featuredWebsite": null,
  "firstName": null,
  "handle": null,
  "lastName": null,
  "phoneNumber": null,
  "primaryLanguageID": 123,
  "primaryEditionId": 123,
  "timezoneID": 123,
  "isSuspended": 123,
  "whatsAppCountryAbbreviation": "<string>",
  "whatsAppNumber": "<string>",
  "birthMonth": 123,
  "birthYear": 123
}
'
{
  "success": true,
  "data": "<unknown>"
}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Body

application/json
forIserCode
string<uuid> | null
forIserID
integer<int32> | null
languageID
integer<int32>
default:1
bio
string | null
countryAbbreviation
string | null
email
string | null
firstName
string | null
handle
string | null
lastName
string | null
phoneNumber
string | null
primaryLanguageID
integer<int32> | null
primaryEditionId
integer<int32> | null
timezoneID
integer<int32> | null
isSuspended
integer<int32> | null
whatsAppCountryAbbreviation
string | null
whatsAppNumber
string | null
birthMonth
integer<int32> | null
birthYear
integer<int32> | null

Response

Success

success
boolean
data
unknown