Enables Superadmin Mode for the current user
users_post_me_superadmin()
A list containing the following elements:
integer, The ID of this user.
string, This user's name.
string, This user's email address.
string, This user's username.
string, This user's initials.
string, The date and time at which the user last checked their announcements.
list, The feature flag settings for this user.
array, The roles this user has, listed by slug.
list, This user's preferences.
string, The branding of Platform for this user.
integer, The ID of the primary group of this user.
array, An array containing the following fields:
id integer, The ID of this group.
name string, The name of this group.
slug string, The slug of this group.
organizationId integer, The ID of the organization associated with this group.
organizationName string, The name of the organization associated with this group.
string, The name of the organization the user belongs to.
string, The slug of the organization the user belongs to.
integer, The ID of the organizations's default theme.
string, The date and time when the user was created.
integer, The number of times the user has signed in.
boolean, Whether the user is assuming a role or not.
boolean, Whether the user is assuming admin.
string, When the user's admin role is set to expire.
string, The user is in superadmin mode when set to a DateTime. The user is not in superadmin mode when set to null.
boolean, Whether to disable non-compliant fedramp features.
integer, The ID of the user who created this user.
integer, The ID of the user who last updated this user.