I am able to get the Profile attributes using Get profiles API, is there any API to get each attribute’s datatype?
example:-
[
{
attributeName: 'email',
attributeType: 'email'
},
{
attributeName: 'first_name',
attributeType: 'string'
},
{
attributeName: 'created',
attributeType: 'datetime'
},
{
attributeName: 'location',
attributeType: 'object'
}
]

