Get User ID from Handle

Handles are unique, human-readable identifiers on the Seed Labs protocol. Use this call to get a user’s raw ID from a known handle.

Run a POST request to https://automat.seedlabs.co/webhook/getuserid with the following in the body as form-encoded data:

handle
string
required

Handle you want to check

environment
enum
required

“development” or “production”

Check if user in organization

Check to see if a particular user is in the organization.

Run a POST request to https://automat.seedlabs.co/webhook/getuserid with the following in the body as form-encoded data:

userID
string
required

Should begin with “0x”

environment
enum
required

“development” or “production”

organizationID
enum
required

Should begin with “0x”