Me
What the signed-in user can do, and what is hidden from them.
List your own permissions
Returns the permission codes the calling user holds. This is what the platform evaluates on each request, so it is the authoritative answer to what you can do. Requires `me.read`.
List the masking rules that apply to you
Returns which fields are hidden from the calling user, so an interface can explain a redaction rather than showing an unexplained placeholder. Requires `me.read`.