Update My Profile​
Change the profile information of the authenticated user. This includes information like given name, family name, language, etc.
Request Body required
Possible values: non-empty
and <= 200 characters
Possible values: non-empty
and <= 200 characters
Possible values: non-empty
and <= 200 characters
Possible values: non-empty
and <= 200 characters
Possible values: <= 10 characters
Possible values: [GENDER_UNSPECIFIED
, GENDER_FEMALE
, GENDER_MALE
, GENDER_DIVERSE
]
Default value: GENDER_UNSPECIFIED
Request Body required
Possible values: non-empty
and <= 200 characters
Possible values: non-empty
and <= 200 characters
Possible values: non-empty
and <= 200 characters
Possible values: non-empty
and <= 200 characters
Possible values: <= 10 characters
Possible values: [GENDER_UNSPECIFIED
, GENDER_FEMALE
, GENDER_MALE
, GENDER_DIVERSE
]
Default value: GENDER_UNSPECIFIED
Request Body required
Possible values: non-empty
and <= 200 characters
Possible values: non-empty
and <= 200 characters
Possible values: non-empty
and <= 200 characters
Possible values: non-empty
and <= 200 characters
Possible values: <= 10 characters
Possible values: [GENDER_UNSPECIFIED
, GENDER_FEMALE
, GENDER_MALE
, GENDER_DIVERSE
]
Default value: GENDER_UNSPECIFIED
- 200
- default
A successful response.
Schema
details object
{
"details": {
"sequence": "2",
"creationDate": "2024-06-13T06:44:35.461Z",
"changeDate": "2024-06-13T06:44:35.461Z",
"resourceOwner": "69629023906488334"
}
}
Schema
details object
{
"details": {
"sequence": "2",
"creationDate": "2024-06-13T06:44:35.461Z",
"changeDate": "2024-06-13T06:44:35.461Z",
"resourceOwner": "69629023906488334"
}
}
Schema
details object
{
"details": {
"sequence": "2",
"creationDate": "2024-06-13T06:44:35.461Z",
"changeDate": "2024-06-13T06:44:35.461Z",
"resourceOwner": "69629023906488334"
}
}
An unexpected error response.
Schema
details object[]
{
"code": 0,
"message": "string",
"details": [
{
"@type": "string"
}
]
}
Schema
details object[]
{
"code": 0,
"message": "string",
"details": [
{
"@type": "string"
}
]
}
Schema
details object[]
{
"code": 0,
"message": "string",
"details": [
{
"@type": "string"
}
]
}
PUT /users/me/profile
Authorization
name: OAuth2type: oauth2scopes:openid
flows: { "authorizationCode": { "authorizationUrl": "$CUSTOM-DOMAIN/oauth/v2/authorize", "tokenUrl": "$CUSTOM-DOMAIN/oauth/v2/token", "scopes": { "openid": "openid" } } }
Request
Request
curl -L -X PUT 'https://$CUSTOM-DOMAIN/auth/v1/users/me/profile' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <TOKEN>' \
--data-raw '{
"firstName": "Minnie",
"lastName": "Mouse",
"nickName": "Minnie",
"displayName": "Minnie Mouse",
"preferredLanguage": "en",
"gender": "GENDER_UNSPECIFIED"
}'
curl -L -X PUT 'https://$CUSTOM-DOMAIN/auth/v1/users/me/profile' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <TOKEN>' \
--data-raw '{
"firstName": "Minnie",
"lastName": "Mouse",
"nickName": "Minnie",
"displayName": "Minnie Mouse",
"preferredLanguage": "en",
"gender": "GENDER_UNSPECIFIED"
}'
curl -L -X PUT 'https://$CUSTOM-DOMAIN/auth/v1/users/me/profile' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <TOKEN>' \
--data-raw '{
"firstName": "Minnie",
"lastName": "Mouse",
"nickName": "Minnie",
"displayName": "Minnie Mouse",
"preferredLanguage": "en",
"gender": "GENDER_UNSPECIFIED"
}'
curl -L -X PUT 'https://$CUSTOM-DOMAIN/auth/v1/users/me/profile' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <TOKEN>' \
--data-raw '{
"firstName": "Minnie",
"lastName": "Mouse",
"nickName": "Minnie",
"displayName": "Minnie Mouse",
"preferredLanguage": "en",
"gender": "GENDER_UNSPECIFIED"
}'
curl -L -X PUT 'https://$CUSTOM-DOMAIN/auth/v1/users/me/profile' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <TOKEN>' \
--data-raw '{
"firstName": "Minnie",
"lastName": "Mouse",
"nickName": "Minnie",
"displayName": "Minnie Mouse",
"preferredLanguage": "en",
"gender": "GENDER_UNSPECIFIED"
}'
curl -L -X PUT 'https://$CUSTOM-DOMAIN/auth/v1/users/me/profile' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <TOKEN>' \
--data-raw '{
"firstName": "Minnie",
"lastName": "Mouse",
"nickName": "Minnie",
"displayName": "Minnie Mouse",
"preferredLanguage": "en",
"gender": "GENDER_UNSPECIFIED"
}'
curl -L -X PUT 'https://$CUSTOM-DOMAIN/auth/v1/users/me/profile' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <TOKEN>' \
--data-raw '{
"firstName": "Minnie",
"lastName": "Mouse",
"nickName": "Minnie",
"displayName": "Minnie Mouse",
"preferredLanguage": "en",
"gender": "GENDER_UNSPECIFIED"
}'
curl -L -X PUT 'https://$CUSTOM-DOMAIN/auth/v1/users/me/profile' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <TOKEN>' \
--data-raw '{
"firstName": "Minnie",
"lastName": "Mouse",
"nickName": "Minnie",
"displayName": "Minnie Mouse",
"preferredLanguage": "en",
"gender": "GENDER_UNSPECIFIED"
}'
curl -L -X PUT 'https://$CUSTOM-DOMAIN/auth/v1/users/me/profile' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <TOKEN>' \
--data-raw '{
"firstName": "Minnie",
"lastName": "Mouse",
"nickName": "Minnie",
"displayName": "Minnie Mouse",
"preferredLanguage": "en",
"gender": "GENDER_UNSPECIFIED"
}'