Profile¶
Fetch the currently authenticated user's profile.
ProfileResource ¶
Bases: BaseResource
Synchronous profile resource.
get ¶
Fetch current user profile.
Returns:
| Type | Description |
|---|---|
Profile
|
Profile object containing user information |
Raises:
| Type | Description |
|---|---|
ChatwootAuthError
|
If authentication fails |
Examples:
AsyncProfileResource ¶
Bases: AsyncBaseResource
Asynchronous profile resource.
get
async
¶
Fetch current user profile (async).
Returns:
| Type | Description |
|---|---|
Profile
|
Profile object containing user information |
Raises:
| Type | Description |
|---|---|
ChatwootAuthError
|
If authentication fails |
Examples: