Get profile by ID
Fetch a single profile by its ID. Use your own profile ID in place of the sample.
SELECT * FROM Profiles
WHERE ProfileId = 'YOUR_PROFILE_ID'
Fetch a single profile by its ID. Use your own profile ID in place of the sample.
SELECT * FROM Profiles
WHERE ProfileId = 'YOUR_PROFILE_ID'