users

To return the IDs of all collaborators in an array

This function will return all collaborators of your workspace (team). The result will be returned as an array with values of the data user.

If you need to display the names of all collaborators, you should use this function in combination with concat().

Syntax

users()

Return

[user]

Examples

concat(users()) 

Result: Wanda Maximoff, Steve Rogers, Natasha Romanoff, Tony Stark

(if these Avengers are collaborators in the current workspace (team))

See also

user, which returns the current or a specific user.

Last updated