Account Admin - Update

API URL

{{url}}/admin-service/account/user-update

Method

PUT

Description

Account admin update

Input

Field Name

Type

Mandatory

Example

id

Number

Yes

6617

firstName

String

Yes

Henry

phoneNumber

String

Yes

733XXX7017

gender

String

No

Male

username

String

Yes

novoxxxxxx@spice.mdt

lastName

String

Yes

Rane

timezone

Number

Yes

60

id(country)

Number

Yes

3

tenantId

Number

Yes

71

Sample Input:

{ "id": 6617, "firstName": "Damor", "phoneNumber": "878XXX7437", "gender": "", "username": "novoxxxxxx@spice.mdt", "lastName": "Rane", "country": { "id": 3 }, "timezone": { "id": 60 }, "countryCode": "232", "tenantId": 71 }

Sample Output:

{
    "message": "Account Admin updated successfully.",   
}

@2024 Medtronic LABS