Last updated

Get User Account Information

Use Case: Determine the account owner for the user associated with your integration

GET: https/brandfolder.com/api/v4/users/whoami

Response:

{
"data": {
    "id": "<user-id>", 
    "type": "users",
    "attributes":  { 
        "email": "", 
        "first_name": "", 
        "last_name": ""
        } 
    }
}