POST
/
v1
/
users
/
{user_id}
/
custom_metadata
curl --request POST \
  --url https://auth.privy.io/v1/users/{user_id}/custom_metadata \
  --header 'Authorization: Basic <encoded-value>' \
  --header 'privy-app-id: <privy-app-id>'
{
  "custom_metadata": {}
}

Authorizations

Authorization
string
header
required

Basic Auth header with your app ID as the username and your app secret as the password.

Headers

privy-app-id
string
required

ID of your Privy app.

Response

200 - application/json

Object with user custom metadata.

The response is of type object.