Skip to Content

Turn your connections into holiday cash with our new Customer Referral Program! Learn more

This documentation is for version 4 of App Builder, the new name for Vinyl. Access the Vinyl documentation here.

Claim() mvSQL runtime function in Jitterbit App Builder

Summary

Returns the value from the claim given by the Provider to the current user.

Syntax

CLAIM(<ProviderName>, <ClaimName>)

Parameters

Providername

The provider that issued the claim and identity for the current user.

Claimname

The identifier for the claim (usually an URI)

Returns

string

Remarks

This function is only to be used when its known that there will be ONLY one claim for the specified identifier, if there are multiple values this function will throw an error. Please use the public table User_Current_Claim to address multiple claim values per identifier.