Add a new user info
Send a PATCH request with the user’s data to add or upsert a user info entry. If the user info already exists, it will be updated. If the user info does not exist, it will be created.
Authorizations
Basic authentication header of the form Basic <encoded-value>
, where <encoded-value>
is the base64-encoded string username:password
.
Body
The title of the user. This can be Mr., Mrs., Dr., etc. (optional)
10
The first name of the user.
50
The last name of the user. (optional)
50
The email of the user. Needs to be unique and a valid email.
254
The phone number of the user. (optional)
25
The date of birth of the user. (optional)
The nationality of the user. (optional)
50
The address line of the user. Typically includes the apartment or plot number and the locality. (optional)
500
The city the user lives in. (optional)
50
The postal code of the user. (optional)
50
The user's personal portfolio or blog website. (optional)
50
The profile text of the user. This can be a short bio or a summary This would be shows on top of the user's resume. (optional)
1000
The country the user lives in. (optional)
Response
The unique identifier for the user. Typically provided from the client side while creating the user.
The first name of the user.
50
The email of the user. Needs to be unique and a valid email.
254
The timestamp at which the user was created.
The timestamp at which the user was last updated.
The title of the user. This can be Mr., Mrs., Dr., etc. (optional)
10
The last name of the user. (optional)
50
The phone number of the user. (optional)
25
The date of birth of the user. (optional)
The nationality of the user. (optional)
50
The address line of the user. Typically includes the apartment or plot number and the locality. (optional)
500
The city the user lives in. (optional)
50
The postal code of the user. (optional)
50
The user's personal portfolio or blog website. (optional)
50
The profile text of the user. This can be a short bio or a summary This would be shows on top of the user's resume. (optional)
1000