Update User for Partner
ApiScope: manage.user.write
API Scope Level: ServiceSubscriberScope
Path Parameters
user_uuid string required
Unique identifier for user
application/json
Request Body required
firstName string
lastName string
emailAddress string
username string
phone string
textNumber string
imageUrl string
bio string
Responses
- 200
- 400
- 401
- 403
- 500
OK
application/json
application/x-protobuf
Schema
Example (from schema)
Schema
errors object[]
warnings object[]
apiRequestId string
userUuid string
{
"errors": [
{
"errorCode": 0,
"errorTitle": "string",
"errorMessage": "string"
}
],
"warnings": [
{
"warningCode": 0,
"warningTitle": "string",
"warningMessage": "string"
}
],
"apiRequestId": "string",
"userUuid": "string"
}
Schema
Example (from schema)
Schema
errors object[]
warnings object[]
apiRequestId string
userUuid string
{
"errors": [
{
"errorCode": 0,
"errorTitle": "string",
"errorMessage": "string"
}
],
"warnings": [
{
"warningCode": 0,
"warningTitle": "string",
"warningMessage": "string"
}
],
"apiRequestId": "string",
"userUuid": "string"
}
Bad Request
application/json
Schema
Example (from schema)
Schema
errors object[]
warnings object[]
apiRequestId string
{
"errors": [
{
"errorCode": 0,
"errorTitle": "string",
"errorMessage": "string"
}
],
"warnings": [
{
"warningCode": 0,
"warningTitle": "string",
"warningMessage": "string"
}
],
"apiRequestId": "string"
}
Unauthorized
application/json
Schema
Example (from schema)
Schema
errors object[]
warnings object[]
apiRequestId string
{
"errors": [
{
"errorCode": 0,
"errorTitle": "string",
"errorMessage": "string"
}
],
"warnings": [
{
"warningCode": 0,
"warningTitle": "string",
"warningMessage": "string"
}
],
"apiRequestId": "string"
}
Forbidden
application/json
Schema
Example (from schema)
Schema
errors object[]
warnings object[]
apiRequestId string
{
"errors": [
{
"errorCode": 0,
"errorTitle": "string",
"errorMessage": "string"
}
],
"warnings": [
{
"warningCode": 0,
"warningTitle": "string",
"warningMessage": "string"
}
],
"apiRequestId": "string"
}
Internal Server Error
application/json
Schema
Example (from schema)
Schema
errors object[]
warnings object[]
apiRequestId string
{
"errors": [
{
"errorCode": 0,
"errorTitle": "string",
"errorMessage": "string"
}
],
"warnings": [
{
"warningCode": 0,
"warningTitle": "string",
"warningMessage": "string"
}
],
"apiRequestId": "string"
}
PUT /v2/user/:user_uuid/partner
Authorization
name: basicAuthtype: httpscheme: basic
Request
Request
curl / cURL
curl -L -X PUT '/manage/v2/user/:user_uuid/partner' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"firstName": "string",
"lastName": "string",
"emailAddress": "string",
"username": "string",
"phone": "string",
"textNumber": "string",
"imageUrl": "string",
"bio": "string"
}'
python / requests
curl -L -X PUT '/manage/v2/user/:user_uuid/partner' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"firstName": "string",
"lastName": "string",
"emailAddress": "string",
"username": "string",
"phone": "string",
"textNumber": "string",
"imageUrl": "string",
"bio": "string"
}'
go / native
curl -L -X PUT '/manage/v2/user/:user_uuid/partner' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"firstName": "string",
"lastName": "string",
"emailAddress": "string",
"username": "string",
"phone": "string",
"textNumber": "string",
"imageUrl": "string",
"bio": "string"
}'
nodejs / axios
curl -L -X PUT '/manage/v2/user/:user_uuid/partner' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"firstName": "string",
"lastName": "string",
"emailAddress": "string",
"username": "string",
"phone": "string",
"textNumber": "string",
"imageUrl": "string",
"bio": "string"
}'
ruby / Net::HTTP
curl -L -X PUT '/manage/v2/user/:user_uuid/partner' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"firstName": "string",
"lastName": "string",
"emailAddress": "string",
"username": "string",
"phone": "string",
"textNumber": "string",
"imageUrl": "string",
"bio": "string"
}'
csharp / RestSharp
curl -L -X PUT '/manage/v2/user/:user_uuid/partner' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"firstName": "string",
"lastName": "string",
"emailAddress": "string",
"username": "string",
"phone": "string",
"textNumber": "string",
"imageUrl": "string",
"bio": "string"
}'
php / cURL
curl -L -X PUT '/manage/v2/user/:user_uuid/partner' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"firstName": "string",
"lastName": "string",
"emailAddress": "string",
"username": "string",
"phone": "string",
"textNumber": "string",
"imageUrl": "string",
"bio": "string"
}'
java / OkHttp
curl -L -X PUT '/manage/v2/user/:user_uuid/partner' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"firstName": "string",
"lastName": "string",
"emailAddress": "string",
"username": "string",
"phone": "string",
"textNumber": "string",
"imageUrl": "string",
"bio": "string"
}'
powershell / RestMethod
curl -L -X PUT '/manage/v2/user/:user_uuid/partner' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"firstName": "string",
"lastName": "string",
"emailAddress": "string",
"username": "string",
"phone": "string",
"textNumber": "string",
"imageUrl": "string",
"bio": "string"
}'