Skip to main content

Updates an Api user

Updates an Api user

Path Parameters
    id string required

    The API user Id.

Request Body

The API user.

    name string nullable
    role string nullable
Responses

The API user was updated successfully.


Schema
    createdUtc date-time nullable
    customerId string nullable
    email string nullable
    firstName string nullable
    id string nullable
    isApiUser boolean nullable
    isDeleted boolean nullable
    lastName string nullable
    role string nullable
    settings object nullable
    subAccountUserInfo object nullable
    isRegistered boolean nullable
    subAccountInvitationId string nullable
Loading...