We found 30 matches for: users

An overview of all users blocks currently available, updated daily!

current user: is on electron

Returns true if the user is an electron user.

Out-pins

on Electron
current user: is loggedin

Returns true if currently a user is logged-in.

Out-pins

Logged-in
current user: is on iPad

Returns true if the user is on an iPad.

Out-pins

on iPad
current user: get connection

Returns an API connection for the current user

In-pins

flow
user

Out-pins

flow
user management: user exist by service

Finds a user by oAuth service token.

In-pins

flow
service token
The unique service token ({service}-{token}) used in our oAuth flows.

Out-pins

flow
user
Returns the user if one was found matching this oauth service token.
exists
Returns true if a user matched the given service token.
user management: user exists

Finds a user by ID.

In-pins

flow
User ID
The ID of the user (eg: username, email, code)

Out-pins

flow
user
Returns the user if one was found matching the ID.
Exists
user management: change password from token

Change the password for a user with the password forgot token

In-pins

flow
User guid
The guid of the user who the token belongs to
Token
The token input from the user
New password
New password choosen by the user

Out-pins

flow
Success
True if the password is successfully changed. If false, the error pin would be filled
Error
If success is false, this explains why
user management: request password forgot token

Request a token to send to a user, so the user can change / reset his password with that token

In-pins

flow
User guid
The guid of the user who requested the password
Expiration
The number of minutes the token should be valid

Default:
5 minutes

Out-pins

flow
Token
The token which can be send to the user (eg: via mail or SMS)
Success
user management: request 2fa sms

In-pins

flow
Access Token
The access token for which you want to send a SMS 2FA code

Out-pins

flow
Success
Is the SMS send correctly
Error Message
The error message if success is false
user management: verify password

In-pins

flow
guid
The guid of the user
password
The plaintext password being verified

Out-pins

flow
Valid
user management: verify 2fa

In-pins

flow
Auth
The auth object which is returned from the signin action
Method
2FA method that you want to verify
2FA Token
2FA token to verify

Out-pins

flow
User
Valid
user management: create user

In-pins

flow
User ID
The ID of the user (eg: username, email, code)
Password
Password or passcode for the user
User Data
User Data
Optional: Extra data for the user account
expiry
The user will be removed after this date

Out-pins

flow
User
on error
message
success
Returns false in case of an error
error
Return the error in case of an error
references: use

Use the user which was previously defined by a define reference

Out-pins

user
get: get fields

Gets the given fields from the user data-pin and returns this per data-pin.

In-pins

user
current user: matches ip

Checks if the current user matches the given ip.

In-pins

array

Out-pins

match
user: get custom field from user

In-pins

User
field

Out-pins

Boolean
Value
Number
Date
Array
Object
user: get guid

Returns the guid (field: _meta.guid) of the given user

In-pins

user

Out-pins

value
current user: is on mobile

Returns true if the user is on mobile.

Out-pins

on Mobile
current user: has scope

Checks if the current logged-in user matches the given scopes.

In-pins

scopes
Match all

Out-pins

has scopes
current user: token

Returns information about the currently used user token.

Out-pins

object
current user: current user

Returns the current logged-in user object as user-pin.

Out-pins

user
current user: get ip

Returns the ip of the user currently browsing the page. It uses the connection so the user does not need to be logged in in order for the IP to be returned.

Out-pins

value
host url: host url

Returns the URL from the Host.

Out-pins

url
user management: validate password forgot token

Validate the user input token before actually use it to change the password

In-pins

flow
User guid
The guid of the user who the token belongs to
Token
The token input from the user

Out-pins

flow
Valid
True if the token is valid to change
user management: sign in as user

Sign in as another user, token expires after 24 hours or on signout

In-pins

flow
User Guid
The guid of the user
Reload frontend
If set to true the frontend will reload on successful signin. This will only work if the action is executed by a user in the frontend.

Default:
false
Expire at
The date/time this login session should expire.
Hide session
Hide the session from the users active sessions list

Out-pins

flow
Success
Check if the user successfully signed in!
error
When success is false, The error shows here
Auth
Auth object containing access token and maxAge
Accesstoken
User
user management: update user

In-pins

flow
User
The user object
guid
The documents GUID (unique ID) to update.
Password
Password or passcode for the user (Should be left empty to keep current password)
User Data
Optional: Extra data for the user account
expiry
The user will be removed after this date

Out-pins

flow
success
error
User
on error
message
user management: sign in

In-pins

flow
User ID
The ID of the user (eg: username, email, code).
Password
Password for the given user.
Expire at
The date/time this login session should expire.

Out-pins

flow
Success
Check if the user successfully signed in!
error
When success is false, The error shows here
Auth
Auth object containing access token and maxAge
Accesstoken
User
Need 2FA
2FA methods
The 2FA methods that are enabled and configured for this user
Default 2FA method
The 2FA method the user has selected to be the users default
references: define

Store this user as reference, which can later be used by "use reference"

In-pins

user
user: cast to user

Converts an object type to an user object type.

In-pins

User

Out-pins

user
user: cast to object

Converts an user object type to an object type.

In-pins

User

Out-pins

user