## tryGetProfile() function

**Signature:**

```typescript
export declare function tryGetProfile(profileUrl: string): InternalTypeSchema | undefined;
```

## Parameters

| Parameter   | Type   | Description | 
|-------------|--------|-------------|
| profileUrl  | string |             |

**Returns:**

[InternalTypeSchema](/content/docs/sdk/core.internaltypeschema) | undefined

- [tryGetProfile() function](/content/docs/sdk/core.trygetprofile#trygetprofile-function/index.html)
- [Parameters](/content/docs/sdk/core.trygetprofile#parameters/index.html)
