What are the Identity Attribute Types available in ISC?

Hi All,

Did anyone know what are the types available in identity attribute? If i get all identity attributes using API or VSCode i can see only the type as string.

1 Like

I believe you can use boolean as well, you can give a try.

1 Like

In addition to above responses, an identity attribute can be of type Date as well. OOTB attributes like start date, end date are of type Date. However if you want to add a custom attribute of type then the attribute name should end with DateType. Like promotedDateType

1 Like