Under the user of Modeul Setting, I want to check the creation time of the user, but I can't find it. please tell me how to do it!
Solved! Go to Solution.
@XianyuZhao I believe this info is stored as additional and you can try to request it from the support team. It will be on WS level only i think. So you may get information when somebody was added by nothing about roles, SA or any other model-related stuff
Hey @XianyuZhao , You can get that detail in the model history. You can access the history under the the model settings tab.
Thanks.
This is a good suggestion. And i would probably tell you to raise an Idea on Idea Exchange page (when supported enough it may be included in future Anaplan system update)
But lets define what "user creation" is to you first:
1) If it's about first time user is added to a workspace then this is beyond a single model information and to my knowledge should be tracked separately. The reason is that by created we can understand not only the very first time a user gets access but reinstated access after complete removal.
2) If it is about adding user to a particulat model then you can create a process that each user access is triggered recording date of creation of such user.
You can create a module with Users dimension and a line item "Creation time" (you would need current date&time automation process for it in each of your models).
What @rishabh01 suggested would work to see within one model. But access is active when a user has some role apart from "No Access". And if you make a copy of the model there won't be any info in the history.
What I mean is that the best way to have this metric is to record it either manually or semi-automated using proceses.
@XianyuZhao I believe this info is stored as additional and you can try to request it from the support team. It will be on WS level only i think. So you may get information when somebody was added by nothing about roles, SA or any other model-related stuff
It is possible to get the Created Date of a User via the SCIM API.
Sample response (screenshot from above documentation, with Created Date highlighted):
Some things to note: