Skip to main content

Update a User

PUT 

/user/update

The "Update a User" section allows users to modify the details of a specific user within the Agility Credit system. By providing new information such as first name, last name, email, and phone number, users can easily update user profiles. This section enables seamless management of user data for improved accuracy and relevance within the platform.

Request

Header Parameters

    Idempotency-Key stringrequired

    A unique, idempotent key. We recommend to use a guid

    Agc-Tenant-Id stringrequired

    The tenant ID provided by Agility Credit.

    Agc-User-Id stringrequired

    The requestor user ID.

    Agc-Applicant-Id string

    If passed, will assign the report to that applicant. If not, will create a new applicant ID

Body

required

Inquiry request payload

    user_idstringrequired
    first_namestring
    last_namestring
    emailstring
    phone_numberstring

Responses

User updated successfully

Schema

    user_iduuidrequired

    The unique identifier for the user.

    created_atdate-timerequired

    The timestamp when the user was created.

    emailemailrequired

    The email address of the user.

    first_namestringrequired

    The first name of the user.

    last_namestringrequired

    The last name of the user.

    phonestringrequired

    The phone number of the user.

    updated_atdate-timerequired

    The timestamp when the user was last updated.