# Models

## The User object

```json
{"openapi":"3.1.0","info":{"title":"Partner Users API","version":"16"},"components":{"schemas":{"User":{"type":"object","properties":{"Id":{"type":"string","description":"Unique identifier for the account user, in `I-XXXXXXX` format. The numeric portion is what the Partner Identity Verification API expects."},"FirstName":{"type":"string","description":"The user's first name."},"LastName":{"type":"string","description":"The user's last name."},"Username":{"type":"string","description":"The user's impact.com login username."},"State":{"$ref":"#/components/schemas/UserState"},"Language":{"type":"string","description":"The user's account language preference (locale code)."},"AccessRights":{"type":"array","description":"Roles and the specific permissions granted under each role.","items":{"$ref":"#/components/schemas/AccessRight"}},"JoinedDate":{"type":"string","format":"date-time","description":"Date and time the user joined the partner account (ISO 8601)."},"DateLastUpdated":{"type":"string","format":"date-time","description":"Date and time the user's information was last updated (ISO 8601)."},"LastUpdatedBy":{"type":"string","description":"Username of the user that last updated this account user."},"CreatedBy":{"type":"string","description":"Username of the user that created this account user."},"Uri":{"type":"string","description":"API resource path for this user."}}},"UserState":{"type":"string","enum":["ACTIVE","PENDING","INVITED"],"description":"The account state of the user."},"AccessRight":{"type":"object","properties":{"Role":{"type":"string","enum":["Advertiser Management","Finance","Technical","Creative Management","Account Administration"],"description":"The functional area the granted permissions apply to."},"Permissions":{"type":"array","description":"The specific permissions granted to the user under this role.","items":{"type":"string","enum":["MANAGE_DIRECTORY_INFO","RUN_USAGE_REPORTS","MANAGE_ACCOUNT_INFO","MANAGE_PUBLISHER_PACKAGES","MESSAGING","NEGOTIATE_AGREEMENTS","REQUEST_CAP_EXTENSIONS_AND_AGREEMENT_EXCEPTIONS","SEND_MARKETING_MSG_TO_BRAND","VIEW_BRAND_INFO","APPLY_TO_CAMPAIGN","RUN_ACTION_AND_PERFORMANCE_REPORTS","REQUEST_CUSTOM_ADS","APPROVE_CREATIVE_AND_DUB_HOUSE_EXPENSES","MANAGE_CREATIVES","RUN_CREATIVE_REPORTS","GET_AD_HTML","VIEW_FINANCIALS","MANAGE_FINANCIAL_SETTINGS","RUN_FINANCIAL_TRANSACTION_REPORTS","WEBSERVICES_INTEGRATION","EVENT_CALLBACK_INTEGRATION","RUN_TECHNICAL_REPORTS","TRACKER_AND_BRAND_URL_INTEGRATIONS","ITEM_LIST_INTEGRATIONS"]}}}}}}}
```

## The UserState object

```json
{"openapi":"3.1.0","info":{"title":"Partner Users API","version":"16"},"components":{"schemas":{"UserState":{"type":"string","enum":["ACTIVE","PENDING","INVITED"],"description":"The account state of the user."}}}}
```

## The AccessRight object

```json
{"openapi":"3.1.0","info":{"title":"Partner Users API","version":"16"},"components":{"schemas":{"AccessRight":{"type":"object","properties":{"Role":{"type":"string","enum":["Advertiser Management","Finance","Technical","Creative Management","Account Administration"],"description":"The functional area the granted permissions apply to."},"Permissions":{"type":"array","description":"The specific permissions granted to the user under this role.","items":{"type":"string","enum":["MANAGE_DIRECTORY_INFO","RUN_USAGE_REPORTS","MANAGE_ACCOUNT_INFO","MANAGE_PUBLISHER_PACKAGES","MESSAGING","NEGOTIATE_AGREEMENTS","REQUEST_CAP_EXTENSIONS_AND_AGREEMENT_EXCEPTIONS","SEND_MARKETING_MSG_TO_BRAND","VIEW_BRAND_INFO","APPLY_TO_CAMPAIGN","RUN_ACTION_AND_PERFORMANCE_REPORTS","REQUEST_CUSTOM_ADS","APPROVE_CREATIVE_AND_DUB_HOUSE_EXPENSES","MANAGE_CREATIVES","RUN_CREATIVE_REPORTS","GET_AD_HTML","VIEW_FINANCIALS","MANAGE_FINANCIAL_SETTINGS","RUN_FINANCIAL_TRANSACTION_REPORTS","WEBSERVICES_INTEGRATION","EVENT_CALLBACK_INTEGRATION","RUN_TECHNICAL_REPORTS","TRACKER_AND_BRAND_URL_INTEGRATIONS","ITEM_LIST_INTEGRATIONS"]}}}}}}}
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://integrations.impact.com/partner-api-reference/reference/users/models.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
