Users
Update User Profile
Modify the profile details of the currently authenticated user.
patch/api/users/current/
Request body
Response
Profile Data
Example response
{
"api_key": {
"customer_api_key": "eXamPleAPIKey"
},
"teams": [
{
"name": "netlas-team"
}
]
}