User Metadata Management
Get metadata of a user
get/users/{id}/metadata
Path parameters
idstring uuid required
UUID of the requested object
Response
OK
Example response
{
"public_metadata": {
"role": "admin"
},
"unsafe_metadata": {
"birthday": "2025-05-12"
}
}